Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_spq.c257 u16 echo = ecore_chain_get_prod_idx(p_chain); in ecore_spq_hw_post()
270 OSAL_CPU_TO_LE16(ecore_chain_get_prod_idx(p_chain)); in ecore_spq_hw_post()
284 p_db_data->agg_flags, ecore_chain_get_prod_idx(p_chain)); in ecore_spq_hw_post()
418 ecore_eq_prod_update(p_hwfn, ecore_chain_get_prod_idx(p_chain)); in ecore_eq_completion()
H A Decore_chain.h166 static OSAL_INLINE u16 ecore_chain_get_prod_idx(struct ecore_chain *p_chain) in ecore_chain_get_prod_idx() function
H A Decore_sp_commands.c314 ecore_chain_get_prod_idx(&p_hwfn->p_eq->chain)); in ecore_sp_pf_start()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_rxtx.c718 uint16_t bd_prod = ecore_chain_get_prod_idx(&rxq->rx_bd_ring); in qede_update_rx_prod()
719 uint16_t cqe_prod = ecore_chain_get_prod_idx(&rxq->rx_comp_ring); in qede_update_rx_prod()
2265 bd_prod = rte_cpu_to_le_16(ecore_chain_get_prod_idx(&txq->tx_pbl));
2336 rte_cpu_to_le_16(ecore_chain_get_prod_idx(&txq->tx_pbl));
2406 bd_prod = rte_cpu_to_le_16(ecore_chain_get_prod_idx(&txq->tx_pbl));
2678 rte_cpu_to_le_16(ecore_chain_get_prod_idx(&txq->tx_pbl));
2783 sw_bd_prod = ecore_chain_get_prod_idx(&rxq->rx_bd_ring);