Searched refs:RDMA_PS_TCP (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Drdma_cm.h72 RDMA_PS_TCP = 0x0106, enumerator in enum:rdma_port_space
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdma_transport.c167 cm_id = rdma_create_id(rdsv3_rdma_cm_event_handler, NULL, RDMA_PS_TCP);
H A Dib.c350 cm_id = rdma_create_id(NULL, NULL, RDMA_PS_TCP);
H A Dib_cm.c903 RDMA_PS_TCP);
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c1108 if (idp->ps == RDMA_PS_TCP)
1118 if (ret == 0 && idp->ps == RDMA_PS_TCP) {
1197 if (idp->ps == RDMA_PS_TCP)
1393 if (idp->ps == RDMA_PS_TCP) {
1708 if (idp->ps == RDMA_PS_TCP &&
1716 if (idp->ps == RDMA_PS_TCP && qphdl)
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_cma.c405 if (ps != RDMA_PS_TCP && ps != RDMA_PS_UDP && ps != RDMA_PS_IPOIB) {
523 if (rdma_idp->ps == RDMA_PS_TCP)
530 if (rdma_idp->ps == RDMA_PS_TCP) {
1052 if (root_idp && root_idp->ps == RDMA_PS_TCP) {
1124 if (ret && root_idp && idp->ps == RDMA_PS_TCP) {
H A Dsol_ib_cma.c321 if (idp->ps == RDMA_PS_TCP && qpstate == IB_QPS_INIT) {
327 } else if (idp->ps == RDMA_PS_TCP &&
379 if (idp->ps == RDMA_PS_TCP)
481 if (root_idp->ps == RDMA_PS_TCP)
645 if (idp->ps == RDMA_PS_TCP) {
744 if (idp->ps == RDMA_PS_TCP) {
842 if (idp->ps == RDMA_PS_TCP && chanp->chan_qp_hdl &&

Completed in 79 milliseconds