Searched refs:p_consq (Results 1 – 3 of 3) sorted by relevance
992 struct qed_consq *p_consq; in qed_consq_alloc() local996 p_consq = kzalloc(sizeof(*p_consq), GFP_KERNEL); in qed_consq_alloc()997 if (!p_consq) in qed_consq_alloc()1001 ret = qed_chain_alloc(p_hwfn->cdev, &p_consq->chain, ¶ms); in qed_consq_alloc()1007 p_hwfn->p_consq = p_consq; in qed_consq_alloc()1012 kfree(p_consq); in qed_consq_alloc()1019 qed_chain_reset(&p_hwfn->p_consq->chain); in qed_consq_setup()1024 if (!p_hwfn->p_consq) in qed_consq_free()1027 qed_chain_free(p_hwfn->cdev, &p_hwfn->p_consq->chain); in qed_consq_free()1029 kfree(p_hwfn->p_consq); in qed_consq_free()[all …]
375 qed_chain_get_pbl_phys(&p_hwfn->p_consq->chain)); in qed_sp_pf_start()376 page_cnt = (u8)qed_chain_get_page_cnt(&p_hwfn->p_consq->chain); in qed_sp_pf_start()
565 struct qed_consq *p_consq; member
Completed in 19 milliseconds