Searched refs:p_eq (Results 1 – 3 of 3) sorted by relevance
324 struct qed_eq *p_eq = cookie; in qed_eq_completion() local390 struct qed_eq *p_eq; in qed_eq_alloc() local394 p_eq = kzalloc(sizeof(*p_eq), GFP_KERNEL); in qed_eq_alloc()395 if (!p_eq) in qed_eq_alloc()406 p_eq, &p_eq->eq_sb_index, &p_eq->p_fw_cons); in qed_eq_alloc()408 p_hwfn->p_eq = p_eq; in qed_eq_alloc()412 kfree(p_eq); in qed_eq_alloc()419 qed_chain_reset(&p_hwfn->p_eq->chain); in qed_eq_setup()424 if (!p_hwfn->p_eq) in qed_eq_free()429 kfree(p_hwfn->p_eq); in qed_eq_free()[all …]
306 u8 sb_index = p_hwfn->p_eq->eq_sb_index; in qed_sp_pf_start()314 qed_chain_get_prod_idx(&p_hwfn->p_eq->chain)); in qed_sp_pf_start()369 qed_chain_get_pbl_phys(&p_hwfn->p_eq->chain)); in qed_sp_pf_start()370 page_cnt = (u8)qed_chain_get_page_cnt(&p_hwfn->p_eq->chain); in qed_sp_pf_start()
562 struct qed_eq *p_eq; member
Completed in 10 milliseconds