Home
last modified time | relevance | path

Searched refs:txq_min_entries (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_dp_tx.h35 unsigned int txq_min_entries; member
H A Dsfc.h248 unsigned int txq_min_entries; member
H A Dsfc_tx.c135 hw_limits.txq_min_entries = sa->txq_min_entries; in sfc_tx_qinit()
142 SFC_ASSERT(txq_entries >= sa->txq_min_entries); in sfc_tx_qinit()
H A Dsfc_ef100_tx.c751 if (nb_tx_desc <= limits->txq_min_entries) in sfc_ef100_tx_qsize_up_rings()
752 *txq_entries = limits->txq_min_entries; in sfc_ef100_tx_qsize_up_rings()
H A Dsfc_ef10_tx.c899 if (nb_tx_desc <= limits->txq_min_entries) in sfc_ef10_tx_qsize_up_rings()
900 *txq_entries = limits->txq_min_entries; in sfc_ef10_tx_qsize_up_rings()
H A Dsfc.c837 sa->txq_min_entries = encp->enc_txq_min_ndescs; in sfc_attach()
838 SFC_ASSERT(rte_is_power_of_2(sa->txq_min_entries)); in sfc_attach()
H A Dsfc_ethdev.c176 dev_info->tx_desc_lim.nb_min = sa->txq_min_entries; in sfc_dev_infos_get()
181 dev_info->tx_desc_lim.nb_align = sa->txq_min_entries; in sfc_dev_infos_get()