Searched refs:p_eq (Results 1 – 3 of 3) sorted by relevance
422 struct ecore_eq *p_eq = cookie; in ecore_eq_completion() local423 struct ecore_chain *p_chain = &p_eq->chain; in ecore_eq_completion()427 u16 fw_cons_idx = OSAL_LE16_TO_CPU(*p_eq->p_fw_cons); in ecore_eq_completion()490 struct ecore_eq *p_eq; in ecore_eq_alloc() local493 p_eq = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, sizeof(*p_eq)); in ecore_eq_alloc()494 if (!p_eq) { in ecore_eq_alloc()507 &p_eq->chain, OSAL_NULL) != ECORE_SUCCESS) { in ecore_eq_alloc()514 p_eq, &p_eq->eq_sb_index, &p_eq->p_fw_cons); in ecore_eq_alloc()516 p_hwfn->p_eq = p_eq; in ecore_eq_alloc()520 OSAL_FREE(p_hwfn->p_dev, p_eq); in ecore_eq_alloc()[all …]
329 u8 sb_index = p_hwfn->p_eq->eq_sb_index; in ecore_sp_pf_start()338 ecore_chain_get_prod_idx(&p_hwfn->p_eq->chain)); in ecore_sp_pf_start()395 p_hwfn->p_eq->chain.pbl_sp.p_phys_table); in ecore_sp_pf_start()396 page_cnt = (u8)ecore_chain_get_page_cnt(&p_hwfn->p_eq->chain); in ecore_sp_pf_start()
692 struct ecore_eq *p_eq; member