Home
last modified time | relevance | path

Searched refs:ulp_statec (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c988 if (port->ulp_statec != FC_STATE_OFFLINE) { in emlxs_port_offline()
989 port->ulp_statec = FC_STATE_OFFLINE; in emlxs_port_offline()
1052 if (port->ulp_statec != FC_STATE_OFFLINE) { in emlxs_port_offline()
1053 port->ulp_statec = FC_STATE_OFFLINE; in emlxs_port_offline()
1574 !(hba->flag & FC_LOOPBACK_MODE) && (vport->ulp_statec != state)) { in emlxs_port_online()
1576 vport->ulp_statec = state; in emlxs_port_online()
H A Demlxs_dfc.c936 port->fct_flags, port->ulp_statec); in emlxs_fcio_get_host_params()
941 port_dev->dev_state = port->ulp_statec; in emlxs_fcio_get_host_params()
985 port->fct_flags, port->ulp_statec); in emlxs_fcio_get_host_params()
990 port_dev->dev_state = port->ulp_statec; in emlxs_fcio_get_host_params()
1388 (port->ulp_statec == FC_STATE_OFFLINE)) { in emlxs_fcio_get_adapter_port_attrs()
1542 (port->ulp_statec == FC_STATE_OFFLINE)) { in emlxs_fcio_get_adapter_port_attrs()
2046 (port->ulp_statec == FC_STATE_OFFLINE)) { in emlxs_fcio_get_topology()
3118 dfc_vport->ulp_statec = FC_STATE_OFFLINE; in emlxs_dfc_create_vport()
3320 dfc_vport->ulp_statec = vport->ulp_statec; in emlxs_dfc_get_vportinfo()
H A Demlxs_solaris.c1687 port->ulp_statec = port_info->pi_port_state; in emlxs_fca_bind_port()
2144 port->ulp_statec = FC_STATE_OFFLINE; in emlxs_fca_unbind_port()
2497 if ((port->ulp_statec == FC_STATE_OFFLINE) && in emlxs_fca_transport()
11851 if (port->ulp_statec != FC_STATE_OFFLINE) { in emlxs_ub_flush()
11876 if (port->ulp_statec != FC_STATE_OFFLINE) { in emlxs_ub_callback()
11908 emlxs_ulp_statec_cb(port, port->ulp_statec); in emlxs_fca_link_up()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h781 uint32_t ulp_statec; member
H A Demlxs_fc.h1074 uint32_t ulp_statec; member