Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcf.h222 #define VPI_STATE_PORT_ONLINE 11 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcf.c1280 {VPI_STATE_PORT_ONLINE, "VPI_PORT_ONLINE"},
11312 while ((vpip->state != VPI_STATE_PORT_ONLINE) && in emlxs_vpi_port_bind_notify()
11710 rval = emlxs_vpi_state(port, vpip, VPI_STATE_PORT_ONLINE, in emlxs_vpi_online_evt_action()
11850 case VPI_STATE_PORT_ONLINE: in emlxs_vpi_offline_evt_action()
11939 case VPI_STATE_PORT_ONLINE: in emlxs_vpi_pause_evt_action()
12360 rval = emlxs_vpi_state(port, vpip, VPI_STATE_PORT_ONLINE, in emlxs_vpi_init_action()
12371 rval = emlxs_vpi_state(port, vpip, VPI_STATE_PORT_ONLINE, in emlxs_vpi_init_action()
12486 rval = emlxs_vpi_state(port, vpip, VPI_STATE_PORT_ONLINE, in emlxs_vpi_init_cmpl_action()
12502 if (vpip->state != VPI_STATE_PORT_ONLINE) { in emlxs_vpi_port_online_action()
12611 if (vpip->state != VPI_STATE_PORT_ONLINE) { in emlxs_vpi_logi_notify()
H A Demlxs_solaris.c1579 linkstate = (port->vpip->state == VPI_STATE_PORT_ONLINE) ? in emlxs_fca_bind_port()