Lines Matching refs:p_cid

144 			      struct qed_queue_cid *p_cid)  in qed_vf_pf_add_qid()  argument
156 p_qid_tlv->qid = p_cid->qid_usage_idx; in qed_vf_pf_add_qid()
719 struct qed_queue_cid *p_cid, in qed_vf_pf_rxq_start() argument
728 u8 rx_qid = p_cid->rel.queue_id; in qed_vf_pf_rxq_start()
738 req->hw_sb = p_cid->sb_igu_id; in qed_vf_pf_rxq_start()
739 req->sb_index = p_cid->sb_idx; in qed_vf_pf_rxq_start()
760 qed_vf_pf_add_qid(p_hwfn, p_cid); in qed_vf_pf_rxq_start()
796 struct qed_queue_cid *p_cid, bool cqe_completion) in qed_vf_pf_rxq_stop() argument
806 req->rx_qid = p_cid->rel.queue_id; in qed_vf_pf_rxq_stop()
810 qed_vf_pf_add_qid(p_hwfn, p_cid); in qed_vf_pf_rxq_stop()
834 struct qed_queue_cid *p_cid, in qed_vf_pf_txq_start() argument
841 u16 qid = p_cid->rel.queue_id; in qed_vf_pf_txq_start()
852 req->hw_sb = p_cid->sb_igu_id; in qed_vf_pf_txq_start()
853 req->sb_index = p_cid->sb_idx; in qed_vf_pf_txq_start()
855 qed_vf_pf_add_qid(p_hwfn, p_cid); in qed_vf_pf_txq_start()
886 qid, p_cid->qid_usage_idx, *pp_doorbell, resp->offset); in qed_vf_pf_txq_start()
893 int qed_vf_pf_txq_stop(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) in qed_vf_pf_txq_stop() argument
903 req->tx_qid = p_cid->rel.queue_id; in qed_vf_pf_txq_stop()
906 qed_vf_pf_add_qid(p_hwfn, p_cid); in qed_vf_pf_txq_stop()
1343 u16 *p_coal, struct qed_queue_cid *p_cid) in qed_vf_pf_get_coalesce() argument
1352 req->qid = p_cid->rel.queue_id; in qed_vf_pf_get_coalesce()
1353 req->is_rx = p_cid->b_is_rx ? 1 : 0; in qed_vf_pf_get_coalesce()
1404 u16 rx_coal, u16 tx_coal, struct qed_queue_cid *p_cid) in qed_vf_pf_set_coalesce() argument
1416 req->qid = p_cid->rel.queue_id; in qed_vf_pf_set_coalesce()