Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_spq.c747 p_ent = OSAL_LIST_FIRST_ENTRY(&p_spq->free_pool, in ecore_spq_get_entry()
808 p_en2 = OSAL_LIST_FIRST_ENTRY(&p_spq->free_pool, in ecore_spq_add_entry()
876 OSAL_LIST_FIRST_ENTRY(head, struct ecore_spq_entry, list); in ecore_spq_post_list()
908 p_ent = OSAL_LIST_FIRST_ENTRY(&p_spq->unlimited_pending, in ecore_spq_pend_post()
Dbcm_osal.h316 #define OSAL_LIST_FIRST_ENTRY(list, type, field) \ macro
356 for (entry = OSAL_LIST_FIRST_ENTRY(list, type, field); \
361 for (entry = OSAL_LIST_FIRST_ENTRY(list, type, field), \
Decore_hw.c145 p_ptt = OSAL_LIST_FIRST_ENTRY(&p_hwfn->p_ptt_pool->free_list, in ecore_ptt_acquire()
Decore_mcp.c426 p_cmd_elem = OSAL_LIST_FIRST_ENTRY(&p_hwfn->mcp_info->cmd_list, in ecore_mcp_has_pending_cmd()
Decore_dev.c290 db_entry = OSAL_LIST_FIRST_ENTRY(&p_hwfn->db_recovery_info.list, in ecore_db_recovery_teardown()