Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_tx.c72 sfc_tx_qcheck_conf(struct sfc_adapter *sa, unsigned int txq_max_fill_level, in sfc_tx_qcheck_conf() argument
83 if (tx_conf->tx_free_thresh > txq_max_fill_level) { in sfc_tx_qcheck_conf()
86 tx_conf->tx_free_thresh, txq_max_fill_level); in sfc_tx_qcheck_conf()
122 unsigned int txq_max_fill_level; in sfc_tx_qinit() local
139 &txq_max_fill_level); in sfc_tx_qinit()
145 SFC_ASSERT(txq_max_fill_level <= nb_tx_desc); in sfc_tx_qinit()
149 rc = sfc_tx_qcheck_conf(sa, txq_max_fill_level, tx_conf, offloads); in sfc_tx_qinit()
178 info.max_fill_level = txq_max_fill_level; in sfc_tx_qinit()
977 unsigned int *txq_max_fill_level) in sfc_efx_tx_qsize_up_rings() argument
981 *txq_max_fill_level = EFX_TXQ_LIMIT(*txq_entries); in sfc_efx_tx_qsize_up_rings()
H A Dsfc_dp_tx.h107 unsigned int *txq_max_fill_level);
H A Dsfc_ef100_tx.c745 unsigned int *txq_max_fill_level) in sfc_ef100_tx_qsize_up_rings() argument
758 *txq_max_fill_level = RTE_MIN(nb_tx_desc, in sfc_ef100_tx_qsize_up_rings()
H A Dsfc_ef10_tx.c893 unsigned int *txq_max_fill_level) in sfc_ef10_tx_qsize_up_rings() argument
906 *txq_max_fill_level = RTE_MIN(nb_tx_desc, in sfc_ef10_tx_qsize_up_rings()