Searched refs:OSAL_LIST_FIRST_ENTRY (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | bcm_osal.h | 235 #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 D | ecore_spq.c | 677 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 D | ecore_hw.c | 126 p_ptt = OSAL_LIST_FIRST_ENTRY( in ecore_ptt_acquire()
|
| H A D | ecore_mcp.c | 471 p_cmd_elem = OSAL_LIST_FIRST_ENTRY(&p_hwfn->mcp_info->cmd_list, in ecore_mcp_has_pending_cmd()
|
| H A D | ecore_dev.c | 250 db_entry = OSAL_LIST_FIRST_ENTRY( in ecore_db_recovery_teardown()
|