Searched refs:VPI_STATE_PORT_ONLINE (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fcf.h | 220 #define VPI_STATE_PORT_ONLINE 11 macro
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fcf.c | 1280 {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() 12359 rval = emlxs_vpi_state(port, vpip, VPI_STATE_PORT_ONLINE, in emlxs_vpi_init_action() 12370 rval = emlxs_vpi_state(port, vpip, VPI_STATE_PORT_ONLINE, in emlxs_vpi_init_action() 12485 rval = emlxs_vpi_state(port, vpip, VPI_STATE_PORT_ONLINE, in emlxs_vpi_init_cmpl_action() 12501 if (vpip->state != VPI_STATE_PORT_ONLINE) { in emlxs_vpi_port_online_action() 12610 if (vpip->state != VPI_STATE_PORT_ONLINE) { in emlxs_vpi_logi_notify()
|
H A D | emlxs_solaris.c | 1578 linkstate = (port->vpip->state == VPI_STATE_PORT_ONLINE)? in emlxs_fca_bind_port()
|