Searched refs:iport_li_state (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c141 !(iport->iport_li_state & (LI_STATE_FLAG_CMD_WAITING |
325 iport->iport_li_state = LI_STATE_START;
350 iport->iport_li_state |= LI_STATE_FLAG_NO_LI_YET;
362 iport->iport_li_state = LI_STATE_START;
515 ((iport->iport_li_state & LI_STATE_MASK) > LI_STATE_N2N_PLOGI)) {
538 * iport_li_state can only be changed here and local_event
557 switch (iport->iport_li_state & LI_STATE_MASK) {
562 iport->iport_li_state++;
592 iport->iport_li_state += 2;
596 iport->iport_li_state
[all...]
H A Dfct_impl.h269 enum fct_li_state iport_li_state; member in struct:fct_i_local_port

Completed in 46 milliseconds