Home
last modified time | relevance | path

Searched refs:TX_QUEUE_SIZE (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/can/mscan/
H A Dmscan.h262 #define TX_QUEUE_SIZE 3 macro
284 struct tx_queue_entry tx_queue[TX_QUEUE_SIZE];
H A Dmscan.c688 for (i = 0; i < TX_QUEUE_SIZE; i++) { in alloc_mscandev()
/kernel/linux/linux-6.6/drivers/net/can/mscan/
H A Dmscan.h262 #define TX_QUEUE_SIZE 3 macro
284 struct tx_queue_entry tx_queue[TX_QUEUE_SIZE];
H A Dmscan.c695 for (i = 0; i < TX_QUEUE_SIZE; i++) { in alloc_mscandev()
/kernel/linux/linux-5.10/drivers/net/ethernet/packetengines/
H A Dyellowfin.c74 #define TX_QUEUE_SIZE 12 /* Must be > 4 && <= TX_RING_SIZE */ macro
716 if (yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE) in yellowfin_tx_timeout()
881 if (yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE) in yellowfin_start_xmit()
942 yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE - 4) { in yellowfin_interrupt()
1011 yp->cur_tx - dirty_tx < TX_QUEUE_SIZE - 2) { in yellowfin_interrupt()
/kernel/linux/linux-6.6/drivers/net/ethernet/packetengines/
H A Dyellowfin.c74 #define TX_QUEUE_SIZE 12 /* Must be > 4 && <= TX_RING_SIZE */ macro
718 if (yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE) in yellowfin_tx_timeout()
883 if (yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE) in yellowfin_start_xmit()
944 yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE - 4) { in yellowfin_interrupt()
1013 yp->cur_tx - dirty_tx < TX_QUEUE_SIZE - 2) { in yellowfin_interrupt()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h134 #define TX_QUEUE_SIZE 32 macro
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h134 #define TX_QUEUE_SIZE 32 macro

Completed in 22 milliseconds