Searched refs:TX_BATCH_SIZE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ath/ |
H A D | if_ath_tx_edma.c | 295 #define TX_BATCH_SIZE 32 macro 362 if (txq->axq_depth >= TX_BATCH_SIZE / 2 && in ath_edma_tx_fifo_fill() 363 txq->fifo.axq_depth <= TX_BATCH_SIZE) { in ath_edma_tx_fifo_fill() 364 ath_tx_edma_push_staging_list(sc, txq, TX_BATCH_SIZE); in ath_edma_tx_fifo_fill() 379 ath_tx_edma_push_staging_list(sc, txq, TX_BATCH_SIZE); in ath_edma_tx_fifo_fill() 390 ath_tx_edma_push_staging_list(sc, txq, TX_BATCH_SIZE); in ath_edma_tx_fifo_fill()
|
/freebsd/sys/net/ |
H A D | iflib.c | 310 #define TX_BATCH_SIZE 32 macro 3983 count = MIN(avail, TX_BATCH_SIZE); in iflib_txq_drain() 4113 ifmp_ring_enqueue(txq->ift_br, (void **)&txq, 1, TX_BATCH_SIZE, abdicate); in _task_fn_tx() 4115 ifmp_ring_check_drainage(txq->ift_br, TX_BATCH_SIZE); in _task_fn_tx() 4120 ifmp_ring_check_drainage(txq->ift_br, TX_BATCH_SIZE); in _task_fn_tx() 4365 err = ifmp_ring_enqueue(txq->ift_br, (void **)&m, 1, TX_BATCH_SIZE, abdicate); in iflib_if_transmit() 4376 ifmp_ring_check_drainage(txq->ift_br, TX_BATCH_SIZE); in iflib_if_transmit()
|