Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Dbcm_osal.h235 #define OSAL_LIST_FIRST_ENTRY(list, type, field) \ macro
276 for (entry = OSAL_LIST_FIRST_ENTRY(list, type, field); \
281 for (entry = OSAL_LIST_FIRST_ENTRY(list, type, field), \
H A Decore_spq.c677 p_ent = OSAL_LIST_FIRST_ENTRY(&p_spq->free_pool, in ecore_spq_get_entry()
736 p_en2 = OSAL_LIST_FIRST_ENTRY(&p_spq->free_pool, in ecore_spq_add_entry()
803 OSAL_LIST_FIRST_ENTRY(head, struct ecore_spq_entry, list); in ecore_spq_post_list()
835 p_ent = OSAL_LIST_FIRST_ENTRY(&p_spq->unlimited_pending, in ecore_spq_pend_post()
H A Decore_hw.c126 p_ptt = OSAL_LIST_FIRST_ENTRY( in ecore_ptt_acquire()
H A Decore_mcp.c471 p_cmd_elem = OSAL_LIST_FIRST_ENTRY(&p_hwfn->mcp_info->cmd_list, in ecore_mcp_has_pending_cmd()
H A Decore_dev.c250 db_entry = OSAL_LIST_FIRST_ENTRY( in ecore_db_recovery_teardown()