Home
last modified time | relevance | path

Searched refs:TX_BATCH_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/ath/
H A Dif_ath_tx_edma.c297 #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-13.1/sys/net/
H A Diflib.c307 #define TX_BATCH_SIZE 32 macro
3815 count = MIN(avail, TX_BATCH_SIZE); in iflib_txq_drain()
3945 ifmp_ring_enqueue(txq->ift_br, (void **)&txq, 1, TX_BATCH_SIZE, abdicate); in _task_fn_tx()
3947 ifmp_ring_check_drainage(txq->ift_br, TX_BATCH_SIZE); in _task_fn_tx()
3952 ifmp_ring_check_drainage(txq->ift_br, TX_BATCH_SIZE); in _task_fn_tx()
4177 err = ifmp_ring_enqueue(txq->ift_br, (void **)&m, 1, TX_BATCH_SIZE, abdicate); in iflib_if_transmit()
4188 ifmp_ring_check_drainage(txq->ift_br, TX_BATCH_SIZE); in iflib_if_transmit()