Searched refs:p_eq (Results 1 – 5 of 5) sorted by relevance
272 struct qed_eq *p_eq = cookie; in qed_eq_completion() local273 struct qed_chain *p_chain = &p_eq->chain; in qed_eq_completion()277 u16 fw_cons_idx = le16_to_cpu(*p_eq->p_fw_cons); in qed_eq_completion()327 struct qed_eq *p_eq; in qed_eq_alloc() local330 p_eq = kzalloc(sizeof(*p_eq), GFP_ATOMIC); in qed_eq_alloc()331 if (!p_eq) { in qed_eq_alloc()342 &p_eq->chain)) { in qed_eq_alloc()350 p_eq, in qed_eq_alloc()351 &p_eq->eq_sb_index, in qed_eq_alloc()352 &p_eq->p_fw_cons); in qed_eq_alloc()[all …]
98 u8 sb_index = p_hwfn->p_eq->eq_sb_index; in qed_sp_pf_start()104 qed_chain_get_prod_idx(&p_hwfn->p_eq->chain)); in qed_sp_pf_start()132 DMA_HI_LE(p_hwfn->p_eq->chain.pbl.p_phys_table); in qed_sp_pf_start()134 DMA_LO_LE(p_hwfn->p_eq->chain.pbl.p_phys_table); in qed_sp_pf_start()135 p_ramrod->event_ring_num_pages = (u8)p_hwfn->p_eq->chain.page_cnt; in qed_sp_pf_start()
222 struct qed_eq *p_eq);231 struct qed_eq *p_eq);
107 qed_eq_free(p_hwfn, p_hwfn->p_eq); in qed_resc_free()207 struct qed_eq *p_eq; in qed_resc_alloc() local285 p_eq = qed_eq_alloc(p_hwfn, 256); in qed_resc_alloc()286 if (!p_eq) { in qed_resc_alloc()290 p_hwfn->p_eq = p_eq; in qed_resc_alloc()331 qed_eq_setup(p_hwfn, p_hwfn->p_eq); in qed_resc_setup()
276 struct qed_eq *p_eq; member