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

/freebsd-current/sbin/nvmecontrol/
H A Ddiscover.c113 nvmf_rdma_service_type(uint8_t qptype) argument
117 switch (qptype) {
123 snprintf(buf, sizeof(buf), "0x%02x\n", qptype);
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c2054 int qptype; local
2059 qptype = __from_ib_qp_type(init_attr->qp_type);
2060 if (qptype == IB_QPT_MAX) {
2062 qptype); local
2063 qptype = -EINVAL;
2069 qptype = CMDQ_CREATE_QP_TYPE_GSI;
2073 return qptype;
2091 int rc = 0, qptype; local
2108 qptype = bnxt_re_init_qp_type(rdev, init_attr);
2109 if (qptype <
[all...]

Completed in 99 milliseconds