Home
last modified time | relevance | path

Searched refs:txq_max_entries (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_dp_tx.h34 unsigned int txq_max_entries; member
H A Dsfc.h247 unsigned int txq_max_entries; member
H A Dsfc_tx.c134 hw_limits.txq_max_entries = sa->txq_max_entries; in sfc_tx_qinit()
143 SFC_ASSERT(txq_entries <= sa->txq_max_entries); in sfc_tx_qinit()
H A Dsfc.c834 sa->txq_max_entries = encp->enc_txq_max_ndescs; in sfc_attach()
835 SFC_ASSERT(rte_is_power_of_2(sa->txq_max_entries)); in sfc_attach()
H A Dsfc_ethdev.c175 dev_info->tx_desc_lim.nb_max = sa->txq_max_entries; in sfc_dev_infos_get()