Home
last modified time | relevance | path

Searched refs:evq_min_entries (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_dp_rx.h36 unsigned int evq_min_entries; member
H A Dsfc.h251 unsigned int evq_min_entries; member
H A Dsfc.c825 sa->evq_min_entries = encp->enc_evq_min_nevs; in sfc_attach()
826 SFC_ASSERT(rte_is_power_of_2(sa->evq_min_entries)); in sfc_attach()
H A Dsfc_ef10_essb_rx.c551 *evq_entries = RTE_MAX(*evq_entries, limits->evq_min_entries); in sfc_ef10_essb_rx_qsize_up_rings()
H A Dsfc_rx.c1084 hw_limits.evq_min_entries = sa->evq_min_entries; in sfc_rx_qinit()
H A Dsfc_ev.c971 rc = sfc_ev_qinit(sa, SFC_EVQ_TYPE_MGMT, 0, sa->evq_min_entries, in sfc_ev_attach()