EPORT2SS
fcoet_soft_state_t *ss = EPORT2SS(eport);
if (!(EPORT2SS(eport)->ss_flags & SS_FLAG_LV_BOUND)) {
mutex_enter(&EPORT2SS(eport)->ss_watchdog_mutex);
EPORT2SS(eport)->ss_link_state = FC_STATE_OFFLINE;
EPORT2SS(eport)->ss_fcp_data_payload_size =
EPORT2SS(eport)->ss_fcp_data_payload_size =
EPORT2SS(eport)->ss_link_state = FC_STATE_ONLINE;
mutex_exit(&EPORT2SS(eport)->ss_watchdog_mutex);
EPORT2SS(eport)->ss_port_event_counter++;
ae->ae_obj = EPORT2SS(eport);
ae->ae_specific = EPORT2SS(eport)->ss_link_state;
list_insert_tail(&EPORT2SS(eport)->ss_event_list, ae);
mutex_exit(&EPORT2SS(eport)->ss_watchdog_mutex);