Home
last modified time | relevance | path

Searched refs:qptype (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c1219 int qptype; in bnxt_re_init_qp_type() local
1223 qptype = __from_ib_qp_type(init_attr->qp_type); in bnxt_re_init_qp_type()
1224 if (qptype == IB_QPT_MAX) { in bnxt_re_init_qp_type()
1225 ibdev_err(&rdev->ibdev, "QP type 0x%x not supported", qptype); in bnxt_re_init_qp_type()
1226 qptype = -EOPNOTSUPP; in bnxt_re_init_qp_type()
1232 qptype = CMDQ_CREATE_QP_TYPE_GSI; in bnxt_re_init_qp_type()
1234 return qptype; in bnxt_re_init_qp_type()
1245 int rc = 0, qptype; in bnxt_re_init_qp_attr() local
1258 qptype = bnxt_re_init_qp_type(rdev, init_attr); in bnxt_re_init_qp_attr()
1259 if (qptype < in bnxt_re_init_qp_attr()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c1318 int qptype; in bnxt_re_init_qp_type() local
1322 qptype = __from_ib_qp_type(init_attr->qp_type); in bnxt_re_init_qp_type()
1323 if (qptype == IB_QPT_MAX) { in bnxt_re_init_qp_type()
1324 ibdev_err(&rdev->ibdev, "QP type 0x%x not supported", qptype); in bnxt_re_init_qp_type()
1325 qptype = -EOPNOTSUPP; in bnxt_re_init_qp_type()
1331 qptype = CMDQ_CREATE_QP_TYPE_GSI; in bnxt_re_init_qp_type()
1333 return qptype; in bnxt_re_init_qp_type()
1344 int rc = 0, qptype; in bnxt_re_init_qp_attr() local
1356 qptype = bnxt_re_init_qp_type(rdev, init_attr); in bnxt_re_init_qp_attr()
1357 if (qptype < in bnxt_re_init_qp_attr()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c2379 int qptype; in ocrdma_mbx_create_qp() local
2383 qptype = OCRDMA_QPT_GSI; in ocrdma_mbx_create_qp()
2386 qptype = OCRDMA_QPT_RC; in ocrdma_mbx_create_qp()
2389 qptype = OCRDMA_QPT_UD; in ocrdma_mbx_create_qp()
2398 cmd->type_pgsz_pdn |= (qptype << OCRDMA_CREATE_QP_REQ_QPT_SHIFT) & in ocrdma_mbx_create_qp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c2375 int qptype; in ocrdma_mbx_create_qp() local
2379 qptype = OCRDMA_QPT_GSI; in ocrdma_mbx_create_qp()
2382 qptype = OCRDMA_QPT_RC; in ocrdma_mbx_create_qp()
2385 qptype = OCRDMA_QPT_UD; in ocrdma_mbx_create_qp()
2394 cmd->type_pgsz_pdn |= (qptype << OCRDMA_CREATE_QP_REQ_QPT_SHIFT) & in ocrdma_mbx_create_qp()
/kernel/linux/linux-5.10/include/linux/
H A Dnvme.h1307 __u8 qptype; member
/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dconfigfs.c297 port->disc_addr.tsas.rdma.qptype = NVMF_RDMA_QPTYPE_CONNECTED; in nvmet_port_init_tsas_rdma()
/kernel/linux/linux-6.6/include/linux/
H A Dnvme.h1489 __u8 qptype; member
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dconfigfs.c302 port->disc_addr.tsas.rdma.qptype = NVMF_RDMA_QPTYPE_CONNECTED; in nvmet_port_init_tsas_rdma()

Completed in 43 milliseconds