Searched refs:oc_path (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_bay.c | 115 char *ap_path, *oc_path; in bay_pgroups() local 164 oc_path = di_devfs_path(*sibp); in bay_pgroups() 165 if (oc_path == NULL) { in bay_pgroups() 169 topo_mod_dprintf(mod, "%s: oc_path(%s)\n", f, oc_path); in bay_pgroups() 173 TOPO_BINDING_OCCUPANT, TOPO_PROP_IMMUTABLE, oc_path, in bay_pgroups() 178 di_devfs_path_free(oc_path); in bay_pgroups() 182 di_devfs_path_free(oc_path); in bay_pgroups()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_bay.c | 122 char *oc_path; in pi_bay_pgroups() local 172 oc_path = pi_bay_ocpath(mod, cnode); in pi_bay_pgroups() 174 oc_path = di_devfs_path(cnode); in pi_bay_pgroups() 176 if (oc_path == NULL) { in pi_bay_pgroups() 180 topo_mod_dprintf(mod, "pi_bay_proups: oc_path (%s)\n", oc_path); in pi_bay_pgroups() 184 TOPO_BINDING_OCCUPANT, TOPO_PROP_IMMUTABLE, oc_path, &err); in pi_bay_pgroups() 193 topo_mod_strfree(mod, oc_path); in pi_bay_pgroups() 195 di_devfs_path_free(oc_path); in pi_bay_pgroups()
|
/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_ti.c | 247 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() 347 if (chan_args->oc_path->pi_prim_pkt_lt > ibcm_max_ib_pkt_lt) { in ibt_open_rc_channel() 350 chan_args->oc_path->pi_prim_pkt_lt, ibcm_max_ib_pkt_lt); in ibt_open_rc_channel() 427 if (chan_args->oc_path->pi_alt_pkt_lt > ibcm_max_ib_pkt_lt) { in ibt_open_rc_channel() 430 chan_args->oc_path->pi_alt_pkt_lt); in ibt_open_rc_channel() 601 req_msgp->req_svc_id = h2b64(chan_args->oc_path->pi_sid); in ibt_open_rc_channel() 630 2 * ibt_ib2usec(chan_args->oc_path->pi_prim_pkt_lt) + in ibt_open_rc_channel() [all …]
|
/titanic_41/usr/src/uts/common/sys/ib/mgt/ibcm/ |
H A D | ibcm_impl.h | 1186 #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
|
/titanic_41/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_cm.c | 917 ocargs.oc_path = pinfo; in rds_open_rc_channel()
|
/titanic_41/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibti_common.h | 453 ibt_path_info_t *oc_path; /* Primary & Alternate */ member
|
/titanic_41/usr/src/uts/common/io/ib/clients/iser/ |
H A D | iser_ib.c | 615 ocargs.oc_path = &chan->ic_ibt_path; in iser_ib_open_rc_channel()
|
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_ib_cma.c | 1008 args.oc_path = ibchanp->chan_pathp; in ibcma_tcp_connect() 1009 (args.oc_path)->pi_sid = ibchanp->chan_sid; in ibcma_tcp_connect()
|
/titanic_41/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd_cm.c | 2740 open_args.oc_path = path; in ibd_rc_connect()
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | rpcib.c | 1854 chan_args.oc_path = &rptp->path; in rib_conn_to_srv()
|
/titanic_41/usr/src/uts/common/io/ib/clients/daplt/ |
H A D | daplt.c | 2196 chan_args.oc_path = &path_info; in daplka_ep_connect()
|