OSAL_LIST_FIRST_ENTRY
p_ptt = OSAL_LIST_FIRST_ENTRY(&p_hwfn->p_ptt_pool->free_list,
p_ent = OSAL_LIST_FIRST_ENTRY(&p_spq->free_pool,
p_en2 = OSAL_LIST_FIRST_ENTRY(&p_spq->free_pool,
OSAL_LIST_FIRST_ENTRY(head, struct ecore_spq_entry, list);
p_ent = OSAL_LIST_FIRST_ENTRY(&p_spq->unlimited_pending,
#define QEDE_LIST_FIRST_ENTRY OSAL_LIST_FIRST_ENTRY