Searched refs:tx_cons (Results 1 – 7 of 7) sorted by relevance
123 struct rtl818x_tx_desc *entry = &priv->tx_ring[priv->tx_cons]; in rtl818x_handle_tx()124 struct io_buffer *iob = priv->tx_buf[priv->tx_cons]; in rtl818x_handle_tx()139 priv->tx_buf[priv->tx_cons] = NULL; in rtl818x_handle_tx()140 priv->tx_cons = (priv->tx_cons + 1) % RTL818X_TX_RING_SIZE; in rtl818x_handle_tx()385 priv->tx_prod = priv->tx_cons = 0; in rtl818x_init_tx_ring()
296 unsigned int tx_cons; /* next desc to be filled by card */ member
880 sky2->tx_prod = sky2->tx_cons = 0; in tx_init()1227 return TX_PENDING - tx_dist(sky2->tx_cons, sky2->tx_prod); in tx_avail()1287 for (idx = sky2->tx_cons; idx != done; in sky2_tx_complete()1298 sky2->tx_cons = idx; in sky2_tx_complete()
2046 u16 tx_cons; /* next le to check */ member
1920 uint32_t tx_cons;
4021 u16 tx_cons __attribute__((aligned(L1_CACHE_BYTES))); member
2017 bp->tx_cons = 0; in bnx2_init_tx_ring()