Home
last modified time | relevance | path

Searched refs:IBT_SMI_SQP (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c651 if ((type != IBT_SMI_SQP) && (type != IBT_GSI_SQP)) { in tavor_special_qp_alloc()
780 if (type == IBT_SMI_SQP) { in tavor_special_qp_alloc()
904 qp->qp_is_special = (type == IBT_SMI_SQP) ? in tavor_special_qp_alloc()
1129 IBT_SMI_SQP : IBT_GSI_SQP; in tavor_qp_free()
1683 if (type == IBT_SMI_SQP) { in tavor_special_qp_rsrc_alloc()
1773 if (type == IBT_SMI_SQP) { in tavor_special_qp_rsrc_free()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_ci_types.h216 IBT_SMI_SQP = 0, enumerator
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c805 if ((type != IBT_SMI_SQP) && (type != IBT_GSI_SQP)) { in hermon_special_qp_alloc()
963 if (type == IBT_SMI_SQP) { in hermon_special_qp_alloc()
1123 qp->qp_is_special = (type == IBT_SMI_SQP) ? in hermon_special_qp_alloc()
2036 IBT_SMI_SQP : IBT_GSI_SQP; in hermon_qp_free()
2657 if (type == IBT_SMI_SQP) { in hermon_special_qp_rsrc_alloc()
2755 if (type == IBT_SMI_SQP) { in hermon_special_qp_rsrc_free()
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_qp.c334 case IBT_SMI_SQP: in ibt_alloc_special_qp()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c1157 qp_init_attr->port_num, IBT_SMI_SQP, &attrs, &sizes, in ib_create_qp()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_impl.c1791 qp_type = IBT_SMI_SQP; in ibmf_i_init_qp()