Lines Matching refs:p_cid
157 struct qed_queue_cid *p_cid) in qed_vf_pf_add_qid() argument
169 p_qid_tlv->qid = p_cid->qid_usage_idx; in qed_vf_pf_add_qid()
722 struct qed_queue_cid *p_cid, in qed_vf_pf_rxq_start() argument
731 u8 rx_qid = p_cid->rel.queue_id; in qed_vf_pf_rxq_start()
741 req->hw_sb = p_cid->sb_igu_id; in qed_vf_pf_rxq_start()
742 req->sb_index = p_cid->sb_idx; in qed_vf_pf_rxq_start()
763 qed_vf_pf_add_qid(p_hwfn, p_cid); in qed_vf_pf_rxq_start()
799 struct qed_queue_cid *p_cid, bool cqe_completion) in qed_vf_pf_rxq_stop() argument
809 req->rx_qid = p_cid->rel.queue_id; in qed_vf_pf_rxq_stop()
813 qed_vf_pf_add_qid(p_hwfn, p_cid); in qed_vf_pf_rxq_stop()
837 struct qed_queue_cid *p_cid, in qed_vf_pf_txq_start() argument
844 u16 qid = p_cid->rel.queue_id; in qed_vf_pf_txq_start()
855 req->hw_sb = p_cid->sb_igu_id; in qed_vf_pf_txq_start()
856 req->sb_index = p_cid->sb_idx; in qed_vf_pf_txq_start()
858 qed_vf_pf_add_qid(p_hwfn, p_cid); in qed_vf_pf_txq_start()
889 qid, p_cid->qid_usage_idx, *pp_doorbell, resp->offset); in qed_vf_pf_txq_start()
896 int qed_vf_pf_txq_stop(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) in qed_vf_pf_txq_stop() argument
906 req->tx_qid = p_cid->rel.queue_id; in qed_vf_pf_txq_stop()
909 qed_vf_pf_add_qid(p_hwfn, p_cid); in qed_vf_pf_txq_stop()
1346 u16 *p_coal, struct qed_queue_cid *p_cid) in qed_vf_pf_get_coalesce() argument
1355 req->qid = p_cid->rel.queue_id; in qed_vf_pf_get_coalesce()
1356 req->is_rx = p_cid->b_is_rx ? 1 : 0; in qed_vf_pf_get_coalesce()
1407 u16 rx_coal, u16 tx_coal, struct qed_queue_cid *p_cid) in qed_vf_pf_set_coalesce() argument
1419 req->qid = p_cid->rel.queue_id; in qed_vf_pf_set_coalesce()