Home
last modified time | relevance | path

Searched refs:OSAL_LIST_REMOVE_ENTRY (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_spq.c679 OSAL_LIST_REMOVE_ENTRY(&p_ent->list, &p_spq->free_pool); in ecore_spq_get_entry()
739 OSAL_LIST_REMOVE_ENTRY(&p_en2->list, &p_spq->free_pool); in ecore_spq_add_entry()
808 OSAL_LIST_REMOVE_ENTRY(&p_ent->list, head); in ecore_spq_post_list()
815 OSAL_LIST_REMOVE_ENTRY(&p_ent->list, in ecore_spq_post_list()
843 OSAL_LIST_REMOVE_ENTRY(&p_ent->list, &p_spq->unlimited_pending); in ecore_spq_pend_post()
936 OSAL_LIST_REMOVE_ENTRY(&p_ent->list, &p_spq->completion_pending); in ecore_spq_post()
971 OSAL_LIST_REMOVE_ENTRY(&p_ent->list, in ecore_spq_completion()
H A Dbcm_osal.h238 #define OSAL_LIST_REMOVE_ENTRY(entry, list) \ macro
H A Decore_hw.c129 OSAL_LIST_REMOVE_ENTRY(&p_ptt->list_entry, in ecore_ptt_acquire()
H A Decore_dev.c199 OSAL_LIST_REMOVE_ENTRY(&db_entry->list_entry, in ecore_db_recovery_del()
255 OSAL_LIST_REMOVE_ENTRY(&db_entry->list_entry, in ecore_db_recovery_teardown()
H A Decore_mcp.c145 OSAL_LIST_REMOVE_ENTRY(&p_cmd_elem->list, &p_hwfn->mcp_info->cmd_list); in ecore_mcp_cmd_del_elem()