Lines Matching refs:pasid
256 #define INIT_QC_COMMON(qc, base, pasid) do { \
264 (qc)->pasid = cpu_to_le16(pasid); \
1977 static int qm_sq_ctx_cfg(struct hisi_qp *qp, int qp_id, u32 pasid)
1990 INIT_QC_COMMON(sqc, qp->sqe_dma, pasid);
2019 static int qm_cq_ctx_cfg(struct hisi_qp *qp, int qp_id, u32 pasid)
2032 INIT_QC_COMMON(cqc, qp->cqe_dma, pasid);
2060 static int qm_qp_ctx_cfg(struct hisi_qp *qp, int qp_id, u32 pasid)
2066 ret = qm_sq_ctx_cfg(qp, qp_id, pasid);
2070 return qm_cq_ctx_cfg(qp, qp_id, pasid);
2078 u32 pasid = arg;
2084 ret = qm_qp_ctx_cfg(qp, qp_id, pasid);
2359 qp->pasid = arg;
2430 return hisi_qm_start_qp(qp, qp->pasid);