Searched refs:p_consq (Results 1 – 3 of 3) sorted by relevance
1012 struct qed_consq *p_consq; in qed_consq_alloc() local1016 p_consq = kzalloc(sizeof(*p_consq), GFP_KERNEL); in qed_consq_alloc()1017 if (!p_consq) in qed_consq_alloc()1021 ret = qed_chain_alloc(p_hwfn->cdev, &p_consq->chain, ¶ms); in qed_consq_alloc()1027 p_hwfn->p_consq = p_consq; in qed_consq_alloc()1032 kfree(p_consq); in qed_consq_alloc()1039 qed_chain_reset(&p_hwfn->p_consq->chain); in qed_consq_setup()1044 if (!p_hwfn->p_consq) in qed_consq_free()1047 qed_chain_free(p_hwfn->cdev, &p_hwfn->p_consq->chain); in qed_consq_free()1049 kfree(p_hwfn->p_consq); in qed_consq_free()[all …]
377 qed_chain_get_pbl_phys(&p_hwfn->p_consq->chain)); in qed_sp_pf_start()378 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