Lines Matching refs:TX_RING_SIZE
51 #define TX_RING_SIZE 16 macro
302 struct boom_tx_desc tx_ring[TX_RING_SIZE];
305 struct sk_buff *tx_skbuff[TX_RING_SIZE];
835 for (i = 0; i < TX_RING_SIZE; i++) in corkscrew_open()
973 for (i = 0; i < TX_RING_SIZE; i++) { in corkscrew_timeout()
1003 int entry = vp->cur_tx % TX_RING_SIZE; in corkscrew_start_xmit()
1011 prev_entry = &vp->tx_ring[(vp->cur_tx - 1) % TX_RING_SIZE]; in corkscrew_start_xmit()
1041 if (vp->cur_tx - vp->dirty_tx > TX_RING_SIZE - 1) in corkscrew_start_xmit()
1166 int entry = dirty_tx % TX_RING_SIZE; in corkscrew_interrupt()
1177 if (lp->tx_full && (lp->cur_tx - dirty_tx <= TX_RING_SIZE - 1)) { in corkscrew_interrupt()
1448 for (i = 0; i < TX_RING_SIZE; i++) in corkscrew_close()