Home
last modified time | relevance | path

Searched refs:iport_link_state (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c280 new_state = iport->iport_link_state; in fct_handle_local_port_event()
292 "%x, Ignoring...", iport->iport_link_state); in fct_handle_local_port_event()
305 if (iport->iport_link_state == in fct_handle_local_port_event()
308 } else if (iport->iport_link_state == in fct_handle_local_port_event()
319 if (iport->iport_link_state & S_LINK_ONLINE) { in fct_handle_local_port_event()
330 new_bits = iport->iport_link_state ^ in fct_handle_local_port_event()
331 (iport->iport_link_state | new_state); in fct_handle_local_port_event()
332 old_state = iport->iport_link_state; in fct_handle_local_port_event()
333 iport->iport_link_state = new_state; in fct_handle_local_port_event()
826 iport->iport_link_state); in fct_handle_els()
[all …]
H A Dfct_impl.h205 uint16_t iport_link_state; member
H A Dfct.c445 if ((iport->iport_link_state & S_LINK_ONLINE) || in fct_get_adapter_port_attr()
446 (iport->iport_link_state & S_RCVD_LINK_UP)) { in fct_get_adapter_port_attr()
1642 if ((iport->iport_link_state & S_LINK_ONLINE) == 0) { in fct_scsi_task_alloc()
2940 if ((iport->iport_link_state & S_LINK_ONLINE) == 0) { in fct_handle_rcvd_abts()
2943 "port state was %x", iport->iport_link_state); in fct_handle_rcvd_abts()
3164 if (iport->iport_link_state != PORT_STATE_LINK_DOWN) in fct_handle_port_offline()