Searched refs:OSAL_LIST_FIRST_ENTRY (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/dev/qlnx/qlnxe/ |
| D | ecore_spq.c | 747 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()
|
| D | bcm_osal.h | 316 #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), \
|
| D | ecore_hw.c | 145 p_ptt = OSAL_LIST_FIRST_ENTRY(&p_hwfn->p_ptt_pool->free_list, in ecore_ptt_acquire()
|
| D | ecore_mcp.c | 426 p_cmd_elem = OSAL_LIST_FIRST_ENTRY(&p_hwfn->mcp_info->cmd_list, in ecore_mcp_has_pending_cmd()
|
| D | ecore_dev.c | 290 db_entry = OSAL_LIST_FIRST_ENTRY(&p_hwfn->db_recovery_info.list, in ecore_db_recovery_teardown()
|