Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bnxt_re/
A Dib_verbs.c1222 int qptype; in bnxt_re_init_qp_type() local
1226 qptype = __from_ib_qp_type(init_attr->qp_type); in bnxt_re_init_qp_type()
1227 if (qptype == IB_QPT_MAX) { in bnxt_re_init_qp_type()
1229 qptype = -EOPNOTSUPP; in bnxt_re_init_qp_type()
1235 qptype = CMDQ_CREATE_QP_TYPE_GSI; in bnxt_re_init_qp_type()
1237 return qptype; in bnxt_re_init_qp_type()
1248 int rc = 0, qptype; in bnxt_re_init_qp_attr() local
1261 qptype = bnxt_re_init_qp_type(rdev, init_attr); in bnxt_re_init_qp_attr()
1262 if (qptype < 0) { in bnxt_re_init_qp_attr()
1263 rc = qptype; in bnxt_re_init_qp_attr()
[all …]
/linux/drivers/infiniband/hw/ocrdma/
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()
/linux/include/linux/
A Dnvme.h1345 __u8 qptype; member
/linux/drivers/nvme/target/
A Dconfigfs.c295 port->disc_addr.tsas.rdma.qptype = NVMF_RDMA_QPTYPE_CONNECTED; in nvmet_port_init_tsas_rdma()

Completed in 30 milliseconds