Home
last modified time | relevance | path

Searched refs:TX_QUEUE_LEN (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/smsc/
Depic100.c54 #define TX_QUEUE_LEN 240 /* Limit ring entries actually used. */ macro
967 if (free_count < TX_QUEUE_LEN/2) {/* Typical path */ in epic_start_xmit()
969 } else if (free_count == TX_QUEUE_LEN/2) { in epic_start_xmit()
971 } else if (free_count < TX_QUEUE_LEN - 1) { in epic_start_xmit()
1061 if (ep->tx_full && cur_tx - dirty_tx < TX_QUEUE_LEN - 4) { in epic_tx()
/Linux-v5.10/drivers/net/ethernet/dlink/
Ddl2k.h36 #define TX_QUEUE_LEN (TX_RING_SIZE - 1) /* Limit ring entries actually used.*/ macro
Dsundance.c66 #define TX_QUEUE_LEN (TX_RING_SIZE - 1) /* Limit ring entries actually used. */ macro
1003 if (np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) { in tx_timeout()
1112 if (np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 1 && in start_tx()
1302 np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) { in intr_handler()
Ddl2k.c757 < TX_QUEUE_LEN - 1 && np->speed != 10) { in start_xmit()
856 < TX_QUEUE_LEN - 1 || np->speed == 10)) { in rio_free_tx()
/Linux-v5.10/drivers/net/ethernet/natsemi/
Dnatsemi.c103 #define TX_QUEUE_LEN 10 /* Limit ring entries actually used, min 4. */ macro
2122 if (np->cur_tx - np->dirty_tx >= TX_QUEUE_LEN - 1) { in start_tx()
2124 if (np->cur_tx - np->dirty_tx >= TX_QUEUE_LEN - 1) in start_tx()
2178 np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) { in netdev_tx_done()
/Linux-v5.10/drivers/net/ethernet/dec/tulip/
Dwinbond-840.c92 #define TX_QUEUE_LEN 10 /* Limit ring entries actually used. */ macro
1032 if (np->cur_tx - np->dirty_tx > TX_QUEUE_LEN || in start_tx()
/Linux-v5.10/drivers/net/ethernet/via/
Dvia-rhine.c78 #define TX_QUEUE_LEN (TX_RING_SIZE - 6) /* Limit ring entries actually used. */ macro
1769 return (rp->cur_tx - rp->dirty_tx) >= TX_QUEUE_LEN; in rhine_tx_queue_full()