Home
last modified time | relevance | path

Searched refs:qptype (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/infiniband/hw/bnxt_re/
Dib_verbs.c1221 int qptype; in bnxt_re_init_qp_type() local
1225 qptype = __from_ib_qp_type(init_attr->qp_type); in bnxt_re_init_qp_type()
1226 if (qptype == IB_QPT_MAX) { in bnxt_re_init_qp_type()
1227 ibdev_err(&rdev->ibdev, "QP type 0x%x not supported", qptype); in bnxt_re_init_qp_type()
1228 qptype = -EOPNOTSUPP; in bnxt_re_init_qp_type()
1234 qptype = CMDQ_CREATE_QP_TYPE_GSI; in bnxt_re_init_qp_type()
1236 return qptype; in bnxt_re_init_qp_type()
1247 int rc = 0, qptype; in bnxt_re_init_qp_attr() local
1260 qptype = bnxt_re_init_qp_type(rdev, init_attr); in bnxt_re_init_qp_attr()
1261 if (qptype < 0) { in bnxt_re_init_qp_attr()
[all …]
/linux-6.1.9/drivers/infiniband/hw/ocrdma/
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()
/linux-6.1.9/include/linux/
Dnvme.h1446 __u8 qptype; member
/linux-6.1.9/drivers/nvme/target/
Dconfigfs.c300 port->disc_addr.tsas.rdma.qptype = NVMF_RDMA_QPTYPE_CONNECTED; in nvmet_port_init_tsas_rdma()