Home
last modified time | relevance | path

Searched refs:EPORT2SS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_eth.c1305 if (!(EPORT2SS(eport)->ss_flags & SS_FLAG_LV_BOUND)) { in fcoei_port_event()
1310 mutex_enter(&EPORT2SS(eport)->ss_watchdog_mutex); in fcoei_port_event()
1313 EPORT2SS(eport)->ss_link_state = FC_STATE_OFFLINE; in fcoei_port_event()
1323 EPORT2SS(eport)->ss_fcp_data_payload_size = in fcoei_port_event()
1328 EPORT2SS(eport)->ss_fcp_data_payload_size = in fcoei_port_event()
1337 EPORT2SS(eport)->ss_link_state = FC_STATE_ONLINE; in fcoei_port_event()
1342 mutex_exit(&EPORT2SS(eport)->ss_watchdog_mutex); in fcoei_port_event()
1347 EPORT2SS(eport)->ss_port_event_counter++; in fcoei_port_event()
1350 ae->ae_obj = EPORT2SS(eport); in fcoei_port_event()
1351 ae->ae_specific = EPORT2SS(eport)->ss_link_state; in fcoei_port_event()
[all …]
H A Dfcoei.h261 #define EPORT2SS(x_eport) \ macro
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.h252 #define EPORT2SS(x_port) ((fcoet_soft_state_t *)(x_port)->eport_client_private) macro
H A Dfcoet_eth.c339 fcoet_soft_state_t *ss = EPORT2SS(eport); in fcoet_port_event()