Searched refs:TX_BATCH_SIZE (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/dev/ath/ |
| H A D | if_ath_tx_edma.c | 297 #define TX_BATCH_SIZE 32 macro 364 if (txq->axq_depth >= TX_BATCH_SIZE / 2 && in ath_edma_tx_fifo_fill() 365 txq->fifo.axq_depth <= TX_BATCH_SIZE) { in ath_edma_tx_fifo_fill() 366 ath_tx_edma_push_staging_list(sc, txq, TX_BATCH_SIZE); in ath_edma_tx_fifo_fill() 381 ath_tx_edma_push_staging_list(sc, txq, TX_BATCH_SIZE); in ath_edma_tx_fifo_fill() 392 ath_tx_edma_push_staging_list(sc, txq, TX_BATCH_SIZE); in ath_edma_tx_fifo_fill()
|
| /freebsd-12.1/sys/net/ |
| H A D | iflib.c | 304 #define TX_BATCH_SIZE 32 macro 3599 count = MIN(avail, TX_BATCH_SIZE); in iflib_txq_drain() 3738 ifmp_ring_enqueue(txq->ift_br, (void **)&txq, 1, TX_BATCH_SIZE, abdicate); in _task_fn_tx() 3740 ifmp_ring_check_drainage(txq->ift_br, TX_BATCH_SIZE); in _task_fn_tx() 3745 ifmp_ring_check_drainage(txq->ift_br, TX_BATCH_SIZE); in _task_fn_tx() 3962 err = ifmp_ring_enqueue(txq->ift_br, (void **)&m, 1, TX_BATCH_SIZE, abdicate); in iflib_if_transmit() 3973 ifmp_ring_check_drainage(txq->ift_br, TX_BATCH_SIZE); in iflib_if_transmit()
|