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

/linux-4.4.14/drivers/net/ethernet/smsc/
H A Depic100.c54 #define TX_QUEUE_LEN 240 /* Limit ring entries actually used. */ macro
966 if (free_count < TX_QUEUE_LEN/2) {/* Typical path */ epic_start_xmit()
968 } else if (free_count == TX_QUEUE_LEN/2) { epic_start_xmit()
970 } else if (free_count < TX_QUEUE_LEN - 1) { epic_start_xmit()
1059 if (ep->tx_full && cur_tx - dirty_tx < TX_QUEUE_LEN - 4) { epic_tx()
/linux-4.4.14/drivers/net/ethernet/dlink/
H A Ddl2k.h39 #define TX_QUEUE_LEN (TX_RING_SIZE - 1) /* Limit ring entries actually used.*/ macro
H A Dsundance.c69 #define TX_QUEUE_LEN (TX_RING_SIZE - 1) /* Limit ring entries actually used. */ macro
1016 if (np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) { tx_timeout()
1126 if (np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 1 && start_tx()
1317 np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) { intr_handler()
H A Ddl2k.c695 < TX_QUEUE_LEN - 1 && np->speed != 10) { start_xmit()
799 < TX_QUEUE_LEN - 1 || np->speed == 10)) { rio_free_tx()
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c95 #define TX_QUEUE_LEN 10 /* Limit ring entries actually used. */ macro
1046 if (np->cur_tx - np->dirty_tx > TX_QUEUE_LEN || start_tx()
/linux-4.4.14/drivers/net/ethernet/natsemi/
H A Dnatsemi.c103 #define TX_QUEUE_LEN 10 /* Limit ring entries actually used, min 4. */ macro
2119 if (np->cur_tx - np->dirty_tx >= TX_QUEUE_LEN - 1) { start_tx()
2121 if (np->cur_tx - np->dirty_tx >= TX_QUEUE_LEN - 1) start_tx()
2176 np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) { netdev_tx_done()
/linux-4.4.14/drivers/net/ethernet/via/
H A Dvia-rhine.c80 #define TX_QUEUE_LEN (TX_RING_SIZE - 6) /* Limit ring entries actually used. */ macro
1783 return (rp->cur_tx - rp->dirty_tx) >= TX_QUEUE_LEN; rhine_tx_queue_full()

Completed in 279 milliseconds