Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_tx.c91 sfc_tx_qcheck_conf(struct sfc_adapter *sa, unsigned int txq_max_fill_level, in sfc_tx_qcheck_conf() argument
102 if (tx_conf->tx_free_thresh > txq_max_fill_level) { in sfc_tx_qcheck_conf()
105 tx_conf->tx_free_thresh, txq_max_fill_level); in sfc_tx_qcheck_conf()
143 unsigned int txq_max_fill_level; in sfc_tx_qinit() local
162 &txq_max_fill_level); in sfc_tx_qinit()
168 SFC_ASSERT(txq_max_fill_level <= nb_tx_desc); in sfc_tx_qinit()
175 rc = sfc_tx_qcheck_conf(sa, txq_max_fill_level, tx_conf, offloads); in sfc_tx_qinit()
204 info.max_fill_level = txq_max_fill_level; in sfc_tx_qinit()
1075 unsigned int *txq_max_fill_level) in sfc_efx_tx_qsize_up_rings() argument
1079 *txq_max_fill_level = EFX_TXQ_LIMIT(*txq_entries); in sfc_efx_tx_qsize_up_rings()
H A Dsfc_dp_tx.h111 unsigned int *txq_max_fill_level);
H A Dsfc_ef10_tx.c913 unsigned int *txq_max_fill_level) in sfc_ef10_tx_qsize_up_rings() argument
926 *txq_max_fill_level = RTE_MIN(nb_tx_desc, in sfc_ef10_tx_qsize_up_rings()
H A Dsfc_ef100_tx.c817 unsigned int *txq_max_fill_level) in sfc_ef100_tx_qsize_up_rings() argument
830 *txq_max_fill_level = RTE_MIN(nb_tx_desc, in sfc_ef100_tx_qsize_up_rings()