Searched refs:FC_STATE_ONLINE (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fc4/ |
H A D | fc_transport.h | 176 FC_STATE_ONLINE, /* port has gone online */ enumerator
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fctl.h | 52 #define FC_STATE_ONLINE 0x0001 /* Link is up, the topology */ macro
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei_eth.c | 390 FC_STATE_ONLINE); in fcoei_process_unsol_els_req() 1337 EPORT2SS(eport)->ss_link_state = FC_STATE_ONLINE; in fcoei_port_event()
|
H A D | fcoei_lv.c | 505 if (ss->ss_link_state != FC_STATE_ONLINE) { in fcoei_reset() 2030 if ((xch->xch_ss->ss_link_state != FC_STATE_ONLINE) || in fcoei_process_event_exchange()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcpvar.h | 97 #define FCP_STATEC_MASK (FC_STATE_OFFLINE | FC_STATE_ONLINE |\
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcsm.c | 162 { FC_STATE_ONLINE, "ONLINE" }, 1293 case FC_STATE_ONLINE: in fcsm_statec_cb()
|
H A D | fcip.c | 909 FC_STATE_ONLINE) { in fcip_port_attach() 2265 case FC_STATE_ONLINE: in fcip_statec_cb()
|
H A D | fcp.c | 4424 case FC_STATE_ONLINE: in fcp_statec_callback() 10058 case FC_STATE_ONLINE: { in fcp_handle_port_attach() 12223 case FC_STATE_ONLINE: in fcp_handle_port_resume()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 2522 info.port_state |= FC_STATE_ONLINE; in fctl_attach_ulps() 2553 FC_STATE_ONLINE) ? FC_ULP_STATEC_ONLINE : in fctl_attach_ulps() 3020 case FC_STATE_ONLINE: in fctl_ulp_statec_cb()
|
H A D | fp.c | 3903 (void) fp_ulp_statec_cb(port, FC_STATE_ONLINE, changelist, in fp_loop_online() 4684 if (state == FC_STATE_ONLINE) { in fp_ulp_statec_cb() 6970 case FC_STATE_ONLINE: in fp_statec_cb() 7799 case FC_STATE_ONLINE: in fp_fciocmd() 10032 (void) fp_ulp_statec_cb(port, FC_STATE_ONLINE, changelist, in fp_p2p_online() 10457 (void) fp_ulp_statec_cb(port, FC_STATE_ONLINE, changelist, in fp_fabric_online() 11851 FC_STATE_ONLINE || (port->fp_port_id.port_id && in fp_i_handle_unsol_els() 12147 if (state != FC_STATE_ONLINE || in fp_handle_unsol_flogi()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fcp.c | 1525 state = FC_STATE_ONLINE; in emlxs_port_online()
|
H A D | emlxs_solaris.c | 1616 port_info->pi_port_state = FC_STATE_ONLINE; in emlxs_fca_bind_port() 4318 *link_state = FC_STATE_ONLINE; in emlxs_fca_port_manage()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_init.c | 168 FC_STATE_ONLINE; in ql_initialize_adapter()
|
H A D | ql_api.c | 4242 ha->state |= FC_STATE_ONLINE; in ql_reset() 8732 FC_STATE_ONLINE) { in ql_task_thread() 10959 FC_STATE_ONLINE) { in ql_loop_online() 10964 vha->state |= FC_STATE_ONLINE; in ql_loop_online()
|