Home
last modified time | relevance | path

Searched defs:qp_id (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/crypto/hisilicon/
H A Ddebugfs.c172 u32 qp_id; in qm_sqc_dump() local
209 u32 qp_id; in qm_cqc_dump() local
324 u32 qp_id, sqe_id; in qm_sq_dump() local
352 u32 qp_id, cqe_id; in qm_cq_dump() local
H A Dqm.c741 int qm_set_and_get_xqc(struct hisi_qm *qm, u8 cmd, void *xqc, u32 qp_id, bool op) in qm_set_and_get_xqc()
1129 static void qm_disable_qp(struct hisi_qm *qm, u32 qp_id) in qm_disable_qp()
1172 u32 type, qp_id; in qm_aeq_thread() local
1535 u32 reg_val, type, vf_num, qp_id; in qm_log_hw_error() local
2087 int qp_id; in qm_create_qp_nolock() local
2166 static int qm_sq_ctx_cfg(struct hisi_qp *qp, int qp_id, u32 pasid) in qm_sq_ctx_cfg()
2192 static int qm_cq_ctx_cfg(struct hisi_qp *qp, int qp_id, u32 pasid) in qm_cq_ctx_cfg()
2221 static int qm_qp_ctx_cfg(struct hisi_qp *qp, int qp_id, u32 pasid) in qm_qp_ctx_cfg()
2238 int qp_id = qp->qp_id; in qm_start_qp_nolock() local
2302 static int qm_wait_qp_empty(struct hisi_qm *qm, u32 *state, u32 qp_id) in qm_wait_qp_empty()
/linux/include/uapi/rdma/
H A Dsiw-abi.h24 __u32 qp_id; member
174 __aligned_u64 qp_id; member
H A Derdma-abi.h33 __u32 qp_id; member
H A Dqedr-abi.h127 __u32 qp_id; member
H A Docrdma-abi.h110 __u16 qp_id; member
H A Dirdma-abi.h112 __u32 qp_id; member
/linux/drivers/infiniband/hw/irdma/
H A Duser.h374 u32 qp_id; member
505 u32 qp_id; member
552 u32 qp_id; member
/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.c626 u32 qp_id, tbl_indx, req_size; in bnxt_qplib_process_qp_event() local
H A Dmain.c588 int bnxt_re_hwrm_cfg_vnic(struct bnxt_re_dev *rdev, u32 qp_id) in bnxt_re_hwrm_cfg_vnic()
/linux/include/linux/qed/
H A Dqed_ll2_if.h99 u16 qp_id; member
H A Dqed_rdma_if.h316 u32 qp_id; member
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_sli.h1036 u32 qp_id; member
1048 u32 qp_id; member
1241 u32 qp_id; member
1629 u32 qp_id; member
1643 u32 qp_id; member
/linux/drivers/infiniband/sw/siw/
H A Dsiw.h609 static inline u32 qp_id(struct siw_qp *qp) in qp_id() function