Searched refs:free_pool (Results 1 – 3 of 3) sorted by relevance
523 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()
109 osal_list_t free_pool; member
239 goto free_pool; in ice_fdir_counter_pool_add()245 free_pool: in ice_fdir_counter_pool_add()