Searched refs:TX_QUEUE_LEN (Results 1 – 6 of 6) sorted by relevance
52 #define TX_QUEUE_LEN 240 /* Limit ring entries actually used. */956 if (free_count < TX_QUEUE_LEN/2) {/* Typical path */ in epic_start_xmit() 958 } else if (free_count == TX_QUEUE_LEN/2) { in epic_start_xmit() 960 } else if (free_count < TX_QUEUE_LEN - 1) { in epic_start_xmit() 1050 if (ep->tx_full && cur_tx - dirty_tx < TX_QUEUE_LEN - 4) { in epic_tx() 54 #define TX_QUEUE_LEN global() macro
66 #define TX_QUEUE_LEN (TX_RING_SIZE - 1) /* Limit ring entries actually used. */ macro1005 if (np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) { in tx_timeout()1117 if (np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 1 && in start_tx()1307 np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) { in intr_handler()
774 < TX_QUEUE_LEN - 1 && np->speed != 10) { in start_xmit() 871 < TX_QUEUE_LEN - 1 || np->speed == 10)) { in rio_free_tx()
103 #define TX_QUEUE_LEN 10 /* Limit ring entries actually used, min 4. */ macro2119 if (np->cur_tx - np->dirty_tx >= TX_QUEUE_LEN - 1) { in start_tx()2121 if (np->cur_tx - np->dirty_tx >= TX_QUEUE_LEN - 1) in start_tx()2175 np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) { in netdev_tx_done()
92 #define TX_QUEUE_LEN 10 /* Limit ring entries actually used. */ macro1030 if (np->cur_tx - np->dirty_tx > TX_QUEUE_LEN || in start_tx()
78 #define TX_QUEUE_LEN (TX_RING_SIZE - 6) /* Limit ring entries actually used. */ macro1772 return (rp->cur_tx - rp->dirty_tx) >= TX_QUEUE_LEN; in rhine_tx_queue_full()