Home
last modified time | relevance | path

Searched refs:oc_path (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bay.c124 char *ap_path, *oc_path; in bay_pgroups() local
173 oc_path = di_devfs_path(*sibp); in bay_pgroups()
174 if (oc_path == NULL) { in bay_pgroups()
178 topo_mod_dprintf(mod, "%s: oc_path(%s)\n", f, oc_path); in bay_pgroups()
182 TOPO_BINDING_OCCUPANT, TOPO_PROP_IMMUTABLE, oc_path, in bay_pgroups()
187 di_devfs_path_free(oc_path); in bay_pgroups()
191 di_devfs_path_free(oc_path); in bay_pgroups()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c247 if (chan_args->oc_path->pi_sid == 0) { in ibt_open_rc_channel()
253 channel, chan_args->oc_path->pi_sid); in ibt_open_rc_channel()
279 if (hca_guid != chan_args->oc_path->pi_hca_guid) { in ibt_open_rc_channel()
284 hca_guid, chan_args->oc_path->pi_hca_guid); in ibt_open_rc_channel()
430 chan_args->oc_path->pi_alt_pkt_lt); in ibt_open_rc_channel()
648 chan_args->oc_path->pi_prim_pkt_lt); in ibt_open_rc_channel()
685 (chan_args->oc_path->pi_path_mtu > IB_MTU_1K)) { in ibt_open_rc_channel()
690 chan_args->oc_path->pi_path_mtu); in ibt_open_rc_channel()
796 ibt_ib2usec(chan_args->oc_path->pi_alt_pkt_lt)) + in ibt_open_rc_channel()
828 ibt_ib2usec(chan_args->oc_path->pi_prim_pkt_lt); in ibt_open_rc_channel()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h1186 #define IBCM_PRIM_CEP_PATH(s) (s)->oc_path->pi_prim_cep_path
1187 #define IBCM_PRIM_ADDS_VECT(s) (s)->oc_path->pi_prim_cep_path.cep_adds_vect
1189 #define IBCM_ALT_CEP_PATH(s) (s)->oc_path->pi_alt_cep_path
1190 #define IBCM_ALT_ADDS_VECT(s) (s)->oc_path->pi_alt_cep_path.cep_adds_vect
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_cm.c917 ocargs.oc_path = pinfo; in rds_open_rc_channel()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h453 ibt_path_info_t *oc_path; /* Primary & Alternate */ member
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c615 ocargs.oc_path = &chan->ic_ibt_path; in iser_ib_open_rc_channel()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ib_cma.c1008 args.oc_path = ibchanp->chan_pathp; in ibcma_tcp_connect()
1009 (args.oc_path)->pi_sid = ibchanp->chan_sid; in ibcma_tcp_connect()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c2739 open_args.oc_path = path; in ibd_rc_connect()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c1854 chan_args.oc_path = &rptp->path; in rib_conn_to_srv()
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c2196 chan_args.oc_path = &path_info; in daplka_ep_connect()