Home
last modified time | relevance | path

Searched refs:ecore_chain_get_capacity (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_spq.c531 capacity = ecore_chain_get_capacity(&p_spq->chain); in ecore_spq_setup()
605 capacity = ecore_chain_get_capacity(&p_spq->chain); in ecore_spq_alloc()
643 capacity = ecore_chain_get_capacity(&p_spq->chain); in ecore_spq_free()
H A Decore_chain.h441 static OSAL_INLINE u32 ecore_chain_get_capacity(struct ecore_chain *p_chain) in ecore_chain_get_capacity() function
H A Decore_dev.c2436 n_eqes = ecore_chain_get_capacity(&p_hwfn->p_spq->chain); in ecore_resc_alloc()