Searched defs:root_idp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_cma.c568 "root_idp %p, cnt %x, state %x", root_chanp,
1026 struct rdma_cm_id *root_idp; local
1046 root_idp = CHAN_LISTEN_ROOT(chanp);
1047 root_chanp = (sol_cma_chan_t *)root_idp;
1048 SOL_OFS_DPRINTF_L5(sol_rdmacm_dbg_str, "accept: root_idp %p",
1049 root_idp);
1052 if (root_idp && root_idp->ps == RDMA_PS_TCP) {
1056 SOL_OFS_DPRINTF_L5(sol_rdmacm_dbg_str, "accept: root_idp %p"
1069 "accept: root_idp
1188 struct rdma_cm_id *root_idp; local
[all...]
H A Dsol_ib_cma.c389 ibcma_append_listen_list(struct rdma_cm_id *root_idp) argument
402 SOL_OFS_DPRINTF_L5(sol_rdmacm_dbg_str, "append_listen(%p)", root_idp);
403 root_chanp = (sol_cma_chan_t *)root_idp;
413 ep_idp = ibcma_create_new_id(root_idp);
425 (uintptr_t)ep_idp, root_idp);
433 * Append to the list of listeners for root_idp
444 ep_idp = ibcma_create_new_id(root_idp);
462 (uintptr_t)ep_idp, root_idp);
476 struct rdma_cm_id *root_idp; local
478 root_idp
532 struct rdma_cm_id *root_idp; local
570 struct rdma_cm_id *root_idp; local
590 struct rdma_cm_id *root_idp; local
783 struct rdma_cm_id *root_idp; local
1348 struct rdma_cm_id *root_idp, *event_idp, *idp; local
1525 struct rdma_cm_id *root_idp, *event_idp; local
1748 struct rdma_cm_id *event_idp, *root_idp; local
1817 struct rdma_cm_id *root_idp, *event_idp; local
1867 struct rdma_cm_id *root_idp, *event_idp; local
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_cma.h347 cma_get_req_idp(struct rdma_cm_id *root_idp, void *qp_hdl) argument
352 root_chanp = (sol_cma_chan_t *)root_idp;
360 cma_get_acpt_idp(struct rdma_cm_id *root_idp, void *qp_hdl) argument
365 root_chanp = (sol_cma_chan_t *)root_idp;

Completed in 64 milliseconds