Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_spq.c523 OSAL_LIST_INIT(&p_spq->free_pool); in ecore_spq_setup()
535 OSAL_LIST_PUSH_TAIL(&p_virt->list, &p_spq->free_pool); in ecore_spq_setup()
668 if (OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) { in ecore_spq_get_entry()
677 p_ent = OSAL_LIST_FIRST_ENTRY(&p_spq->free_pool, in ecore_spq_get_entry()
679 OSAL_LIST_REMOVE_ENTRY(&p_ent->list, &p_spq->free_pool); in ecore_spq_get_entry()
694 OSAL_LIST_PUSH_TAIL(&p_ent->list, &p_hwfn->p_spq->free_pool); in __ecore_spq_return_entry()
726 if (OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) { in ecore_spq_add_entry()
736 p_en2 = OSAL_LIST_FIRST_ENTRY(&p_spq->free_pool, in ecore_spq_add_entry()
739 OSAL_LIST_REMOVE_ENTRY(&p_en2->list, &p_spq->free_pool); in ecore_spq_add_entry()
831 while (!OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) { in ecore_spq_pend_post()
H A Decore_spq.h109 osal_list_t free_pool; member
/f-stack/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c239 goto free_pool; in ice_fdir_counter_pool_add()
245 free_pool: in ice_fdir_counter_pool_add()