Searched refs:OSAL_LIST_REMOVE_ENTRY (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_spq.c | 679 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 D | bcm_osal.h | 238 #define OSAL_LIST_REMOVE_ENTRY(entry, list) \ macro
|
| H A D | ecore_hw.c | 129 OSAL_LIST_REMOVE_ENTRY(&p_ptt->list_entry, in ecore_ptt_acquire()
|
| H A D | ecore_dev.c | 199 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 D | ecore_mcp.c | 145 OSAL_LIST_REMOVE_ENTRY(&p_cmd_elem->list, &p_hwfn->mcp_info->cmd_list); in ecore_mcp_cmd_del_elem()
|