Home
last modified time | relevance | path

Searched refs:p_eq (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_spq.c358 struct qed_eq *p_eq = cookie; in qed_eq_completion() local
359 struct qed_chain *p_chain = &p_eq->chain; in qed_eq_completion()
363 u16 fw_cons_idx = le16_to_cpu(*p_eq->p_fw_cons); in qed_eq_completion()
412 struct qed_eq *p_eq; in qed_eq_alloc() local
415 p_eq = kzalloc(sizeof(*p_eq), GFP_KERNEL); in qed_eq_alloc()
416 if (!p_eq) in qed_eq_alloc()
426 &p_eq->chain, NULL)) in qed_eq_alloc()
431 p_eq, &p_eq->eq_sb_index, &p_eq->p_fw_cons); in qed_eq_alloc()
433 p_hwfn->p_eq = p_eq; in qed_eq_alloc()
437 kfree(p_eq); in qed_eq_alloc()
[all …]
Dqed_sp_commands.c313 u8 sb_index = p_hwfn->p_eq->eq_sb_index; in qed_sp_pf_start()
321 qed_chain_get_prod_idx(&p_hwfn->p_eq->chain)); in qed_sp_pf_start()
375 p_hwfn->p_eq->chain.pbl_sp.p_phys_table); in qed_sp_pf_start()
376 page_cnt = (u8)qed_chain_get_page_cnt(&p_hwfn->p_eq->chain); in qed_sp_pf_start()
Dqed.h567 struct qed_eq *p_eq; member