Searched refs:port_top (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/storage/libg_fc/common/ |
H A D | map.c | 1137 uint32_t port_top; in g_get_dev_list() local 1288 if ((err = g_get_fca_port_topology(fcapath, &port_top, 0)) != 0) { in g_get_dev_list() 1346 uint32_t port_top = 0; in g_get_inq_dtype() local 1356 if ((err = g_get_fca_port_topology(fcapath, &port_top, 0)) != 0) { in g_get_inq_dtype() 1360 if ((port_top == FC_TOP_FABRIC) || (port_top == FC_TOP_PUBLIC_LOOP)) { in g_get_inq_dtype() 4762 g_get_fca_port_topology(char *path, uint32_t *port_top, int verbose) in g_get_fca_port_topology() argument 4778 if (port_top == NULL) { in g_get_fca_port_topology() 4857 *port_top = FC_TOP_PRIVATE_LOOP; in g_get_fca_port_topology() 4875 fcio.fcio_obuf = (caddr_t)port_top; in g_get_fca_port_topology()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcsm.c | 1232 uint32_t port_top, fc_portmap_t *devlist, uint32_t dev_cnt, in fcsm_statec_cb() argument 1272 fcsm_topology_to_str(port_top), port_top, dev_cnt)); in fcsm_statec_cb() 1284 fcsm->sm_port_top = port_top; in fcsm_statec_cb()
|
H A D | fcip.c | 194 uint32_t port_state, uint32_t port_top, fc_portmap_t changelist[], 2253 uint32_t port_state, uint32_t port_top, fc_portmap_t changelist[], in fcip_statec_cb() argument 2309 if (fport->fcipp_topology != port_top && in fcip_statec_cb() 2310 (port_top != FC_TOP_UNKNOWN)) { in fcip_statec_cb() 2314 fport->fcipp_topology, port_top)); in fcip_statec_cb() 2320 fport->fcipp_topology = port_top; in fcip_statec_cb() 2342 switch (port_top) { in fcip_statec_cb()
|
H A D | fcp.c | 362 uint32_t port_state, uint32_t port_top, fc_portmap_t *devlist, 4293 uint32_t port_state, uint32_t port_top, fc_portmap_t *devlist, in fcp_statec_callback() argument 4310 dev_cnt, port_top); in fcp_statec_callback() 4437 pptr->port_topology = port_top; in fcp_statec_callback() 4467 switch (port_top) { in fcp_statec_callback() 4492 "!unknown/unsupported topology (0x%x)", port_top); in fcp_statec_callback()
|