Lines Matching refs:p_cid
141 struct qed_queue_cid *p_cid) in qed_vf_pf_add_qid() argument
153 p_qid_tlv->qid = p_cid->qid_usage_idx; in qed_vf_pf_add_qid()
724 struct qed_queue_cid *p_cid, in qed_vf_pf_rxq_start() argument
733 u8 rx_qid = p_cid->rel.queue_id; in qed_vf_pf_rxq_start()
743 req->hw_sb = p_cid->sb_igu_id; in qed_vf_pf_rxq_start()
744 req->sb_index = p_cid->sb_idx; in qed_vf_pf_rxq_start()
765 qed_vf_pf_add_qid(p_hwfn, p_cid); in qed_vf_pf_rxq_start()
801 struct qed_queue_cid *p_cid, bool cqe_completion) in qed_vf_pf_rxq_stop() argument
811 req->rx_qid = p_cid->rel.queue_id; in qed_vf_pf_rxq_stop()
815 qed_vf_pf_add_qid(p_hwfn, p_cid); in qed_vf_pf_rxq_stop()
839 struct qed_queue_cid *p_cid, in qed_vf_pf_txq_start() argument
846 u16 qid = p_cid->rel.queue_id; in qed_vf_pf_txq_start()
857 req->hw_sb = p_cid->sb_igu_id; in qed_vf_pf_txq_start()
858 req->sb_index = p_cid->sb_idx; in qed_vf_pf_txq_start()
860 qed_vf_pf_add_qid(p_hwfn, p_cid); in qed_vf_pf_txq_start()
891 qid, p_cid->qid_usage_idx, *pp_doorbell, resp->offset); in qed_vf_pf_txq_start()
898 int qed_vf_pf_txq_stop(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) in qed_vf_pf_txq_stop() argument
908 req->tx_qid = p_cid->rel.queue_id; in qed_vf_pf_txq_stop()
911 qed_vf_pf_add_qid(p_hwfn, p_cid); in qed_vf_pf_txq_stop()
1340 u16 *p_coal, struct qed_queue_cid *p_cid) in qed_vf_pf_get_coalesce() argument
1349 req->qid = p_cid->rel.queue_id; in qed_vf_pf_get_coalesce()
1350 req->is_rx = p_cid->b_is_rx ? 1 : 0; in qed_vf_pf_get_coalesce()
1401 u16 rx_coal, u16 tx_coal, struct qed_queue_cid *p_cid) in qed_vf_pf_set_coalesce() argument
1413 req->qid = p_cid->rel.queue_id; in qed_vf_pf_set_coalesce()