Lines Matching refs:TX_RING_SIZE
51 #define TX_RING_SIZE 16 macro
300 struct boom_tx_desc tx_ring[TX_RING_SIZE];
303 struct sk_buff *tx_skbuff[TX_RING_SIZE];
832 for (i = 0; i < TX_RING_SIZE; i++) in corkscrew_open()
970 for (i = 0; i < TX_RING_SIZE; i++) { in corkscrew_timeout()
1000 int entry = vp->cur_tx % TX_RING_SIZE; in corkscrew_start_xmit()
1008 prev_entry = &vp->tx_ring[(vp->cur_tx - 1) % TX_RING_SIZE]; in corkscrew_start_xmit()
1038 if (vp->cur_tx - vp->dirty_tx > TX_RING_SIZE - 1) in corkscrew_start_xmit()
1163 int entry = dirty_tx % TX_RING_SIZE; in corkscrew_interrupt()
1174 if (lp->tx_full && (lp->cur_tx - dirty_tx <= TX_RING_SIZE - 1)) { in corkscrew_interrupt()
1445 for (i = 0; i < TX_RING_SIZE; i++) in corkscrew_close()