Home
last modified time | relevance | path

Searched refs:batch_max (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_rx.h80 uint16_t batch_max; member
H A Dsfc_dp_rx.h63 unsigned int batch_max; member
H A Dsfc_rx.c495 rxq->batch_max = info->batch_max; in sfc_efx_rx_qcreate()
1191 info.batch_max = encp->enc_rx_batch_max; in sfc_rx_qinit()
H A Dsfc_ev.c124 } else if (unlikely(delta > rxq->batch_max)) { in sfc_ev_efx_rx()