Searched refs:p_eq (Results 1 – 3 of 3) sorted by relevance
420 struct ecore_eq *p_eq = cookie; in ecore_eq_completion() local421 struct ecore_chain *p_chain = &p_eq->chain; in ecore_eq_completion()425 u16 fw_cons_idx = OSAL_LE16_TO_CPU(*p_eq->p_fw_cons); in ecore_eq_completion()483 struct ecore_eq *p_eq; in ecore_eq_alloc() local486 p_eq = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, sizeof(*p_eq)); in ecore_eq_alloc()487 if (!p_eq) { in ecore_eq_alloc()500 &p_eq->chain, OSAL_NULL) != ECORE_SUCCESS) { in ecore_eq_alloc()507 p_eq, &p_eq->eq_sb_index, &p_eq->p_fw_cons); in ecore_eq_alloc()509 p_hwfn->p_eq = p_eq; in ecore_eq_alloc()513 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()337 ecore_chain_get_prod_idx(&p_hwfn->p_eq->chain)); in ecore_sp_pf_start()378 p_hwfn->p_eq->chain.pbl_sp.p_phys_table); in ecore_sp_pf_start()379 page_cnt = (u8)ecore_chain_get_page_cnt(&p_hwfn->p_eq->chain); in ecore_sp_pf_start()
609 struct ecore_eq *p_eq; member