Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c140 if ((iport->iport_link_state == PORT_STATE_LINK_INIT_START) && in fct_port_worker()
280 new_state = iport->iport_link_state; in fct_handle_local_port_event()
285 if (iport->iport_link_state == PORT_STATE_LINK_DOWN_CLEANING) in fct_handle_local_port_event()
287 else if (iport->iport_link_state == PORT_STATE_LINK_DOWN) 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()
313 "during cleanup", 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()
323 if (iport->iport_link_state == PORT_STATE_LINK_INIT_START) { in fct_handle_local_port_event()
[all …]
H A Dfct_impl.h205 uint16_t iport_link_state; member
H A Dfct.c436 if ((iport->iport_link_state & S_LINK_ONLINE) || in fct_get_adapter_port_attr()
437 (iport->iport_link_state & S_RCVD_LINK_UP)) { in fct_get_adapter_port_attr()
1623 if ((iport->iport_link_state & S_LINK_ONLINE) == 0) { in fct_scsi_task_alloc()
2921 if ((iport->iport_link_state & S_LINK_ONLINE) == 0) { in fct_handle_rcvd_abts()
2924 "port state was %x", iport->iport_link_state); in fct_handle_rcvd_abts()
3145 if (iport->iport_link_state != PORT_STATE_LINK_DOWN) in fct_handle_port_offline()