Searched refs:p_consq (Results 1 – 3 of 3) sorted by relevance
313 p_hwfn->p_consq->chain.p_phys_addr); in ecore_spq_hw_initialize()1108 struct ecore_consq *p_consq; in ecore_consq_alloc() local1111 p_consq = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, sizeof(*p_consq)); in ecore_consq_alloc()1112 if (!p_consq) { in ecore_consq_alloc()1125 &p_consq->chain, OSAL_NULL) != ECORE_SUCCESS) { in ecore_consq_alloc()1130 p_hwfn->p_consq = p_consq; in ecore_consq_alloc()1134 OSAL_FREE(p_hwfn->p_dev, p_consq); in ecore_consq_alloc()1140 ecore_chain_reset(&p_hwfn->p_consq->chain); in ecore_consq_setup()1145 if (!p_hwfn->p_consq) in ecore_consq_free()1148 ecore_chain_free(p_hwfn->p_dev, &p_hwfn->p_consq->chain); in ecore_consq_free()[all …]
399 p_hwfn->p_consq->chain.pbl_sp.p_phys_table); in ecore_sp_pf_start()
695 struct ecore_consq *p_consq; member