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()
727 struct qed_queue_cid *p_cid, in qed_vf_pf_rxq_start() argument
736 u8 rx_qid = p_cid->rel.queue_id; in qed_vf_pf_rxq_start()
746 req->hw_sb = p_cid->sb_igu_id; in qed_vf_pf_rxq_start()
747 req->sb_index = p_cid->sb_idx; in qed_vf_pf_rxq_start()
768 qed_vf_pf_add_qid(p_hwfn, p_cid); in qed_vf_pf_rxq_start()
804 struct qed_queue_cid *p_cid, bool cqe_completion) in qed_vf_pf_rxq_stop() argument
814 req->rx_qid = p_cid->rel.queue_id; in qed_vf_pf_rxq_stop()
818 qed_vf_pf_add_qid(p_hwfn, p_cid); in qed_vf_pf_rxq_stop()
842 struct qed_queue_cid *p_cid, in qed_vf_pf_txq_start() argument
849 u16 qid = p_cid->rel.queue_id; in qed_vf_pf_txq_start()
860 req->hw_sb = p_cid->sb_igu_id; in qed_vf_pf_txq_start()
861 req->sb_index = p_cid->sb_idx; in qed_vf_pf_txq_start()
863 qed_vf_pf_add_qid(p_hwfn, p_cid); in qed_vf_pf_txq_start()
894 qid, p_cid->qid_usage_idx, *pp_doorbell, resp->offset); in qed_vf_pf_txq_start()
901 int qed_vf_pf_txq_stop(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) in qed_vf_pf_txq_stop() argument
911 req->tx_qid = p_cid->rel.queue_id; in qed_vf_pf_txq_stop()
914 qed_vf_pf_add_qid(p_hwfn, p_cid); in qed_vf_pf_txq_stop()
1351 u16 *p_coal, struct qed_queue_cid *p_cid) in qed_vf_pf_get_coalesce() argument
1360 req->qid = p_cid->rel.queue_id; in qed_vf_pf_get_coalesce()
1361 req->is_rx = p_cid->b_is_rx ? 1 : 0; in qed_vf_pf_get_coalesce()
1412 u16 rx_coal, u16 tx_coal, struct qed_queue_cid *p_cid) in qed_vf_pf_set_coalesce() argument
1424 req->qid = p_cid->rel.queue_id; in qed_vf_pf_set_coalesce()