Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_spq.c535 OSAL_LIST_PUSH_TAIL(&p_virt->list, &p_spq->free_pool); in ecore_spq_setup()
694 OSAL_LIST_PUSH_TAIL(&p_ent->list, &p_hwfn->p_spq->free_pool); in __ecore_spq_return_entry()
727 OSAL_LIST_PUSH_TAIL(&p_ent->list, in ecore_spq_add_entry()
760 OSAL_LIST_PUSH_TAIL(&p_ent->list, &p_spq->pending); in ecore_spq_add_entry()
809 OSAL_LIST_PUSH_TAIL(&p_ent->list, in ecore_spq_post_list()
H A Dbcm_osal.h222 #define OSAL_LIST_PUSH_TAIL(entry, list) \ macro
H A Decore_dev.c158 OSAL_LIST_PUSH_TAIL(&db_entry->list_entry, in ecore_db_recovery_add()