Searched refs:FC_STATE_OFFLINE (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfc_transport.h179 FC_STATE_OFFLINE, /* port has gone offline */ enumerator in enum:__anon7276
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h49 #define FC_STATE_OFFLINE 0x0000 /* Link is offline or not */ macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.c513 ss->ss_link_state = FC_STATE_OFFLINE;
906 (xch->xch_ss->ss_link_state != FC_STATE_OFFLINE)) {
928 } else if (xch->xch_ss->ss_link_state == FC_STATE_OFFLINE) {
H A Dfcoei_eth.c1313 EPORT2SS(eport)->ss_link_state = FC_STATE_OFFLINE;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h97 #define FCP_STATEC_MASK (FC_STATE_OFFLINE | FC_STATE_ONLINE |\
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1146 if (FC_PORT_STATE_MASK(port->fp_bind_state) == FC_STATE_OFFLINE ||
1148 port->fp_bind_state = FC_STATE_OFFLINE;
1411 if (FC_PORT_STATE_MASK(port->fp_bind_state) == FC_STATE_OFFLINE) {
2686 port->fp_state = FC_STATE_OFFLINE;
2770 port->fp_state = FC_STATE_OFFLINE;
2915 if (state == FC_STATE_OFFLINE) {
3096 FC_STATE_OFFLINE))) {
3118 if (FC_PORT_STATE_MASK(port->fp_state) == FC_STATE_OFFLINE) {
3759 if (FC_PORT_STATE_MASK(port->fp_state) == FC_STATE_OFFLINE) {
4324 (void) fp_ulp_statec_cb(port, FC_STATE_OFFLINE, NUL
[all...]
H A Dfctl.c953 if (FC_PORT_STATE_MASK(port->fp_state) == FC_STATE_OFFLINE) {
1061 if ((FC_PORT_STATE_MASK(port->fp_state) == FC_STATE_OFFLINE) ||
1381 if (((FC_PORT_STATE_MASK(port->fp_state)) == FC_STATE_OFFLINE) ||
1496 if ((FC_PORT_STATE_MASK(port->fp_state) == FC_STATE_OFFLINE) ||
3023 case FC_STATE_OFFLINE:
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1000 ql_port_state(ha, FC_STATE_OFFLINE,
1074 ql_port_state(ha, FC_STATE_OFFLINE,
1121 ql_port_state(ha, FC_STATE_OFFLINE, FC_STATE_CHANGE |
1132 ((FC_PORT_STATE_MASK(vha->state) != FC_STATE_OFFLINE ||
1188 FC_STATE_OFFLINE) {
H A Dql_init.c115 ha->state = FC_STATE_OFFLINE;
4056 ql_port_state(ha, FC_STATE_OFFLINE, FC_STATE_CHANGE);
4203 ha->state = FC_PORT_SPEED_MASK(ha->state) | FC_STATE_OFFLINE;
4269 vha->state = FC_PORT_SPEED_MASK(ha->state) | FC_STATE_OFFLINE;
H A Dql_api.c4570 FC_STATE_OFFLINE;
8221 ql_port_state(ha, FC_STATE_OFFLINE, FC_STATE_CHANGE);
8300 FC_STATE_OFFLINE) {
17218 vha->state = state != FC_STATE_OFFLINE ?
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c985 if (port->ulp_statec != FC_STATE_OFFLINE) {
986 port->ulp_statec = FC_STATE_OFFLINE;
1049 if (port->ulp_statec != FC_STATE_OFFLINE) {
1050 port->ulp_statec = FC_STATE_OFFLINE;
H A Demlxs_solaris.c1588 port_info->pi_port_state = FC_STATE_OFFLINE;
1593 port_info->pi_port_state = FC_STATE_OFFLINE;
1598 port_info->pi_port_state = FC_STATE_OFFLINE;
2134 port->ulp_statec = FC_STATE_OFFLINE;
2487 if ((port->ulp_statec == FC_STATE_OFFLINE) &&
4334 *link_state = FC_STATE_OFFLINE;
11828 if (port->ulp_statec != FC_STATE_OFFLINE) {
11853 if (port->ulp_statec != FC_STATE_OFFLINE) {
11894 emlxs_ulp_statec_cb(port, FC_STATE_OFFLINE);
H A Demlxs_dfc.c954 port_dev->dev_state = FC_STATE_OFFLINE;
1003 port_dev->dev_state = FC_STATE_OFFLINE;
1385 (port->ulp_statec == FC_STATE_OFFLINE)) {
1531 (port->ulp_statec == FC_STATE_OFFLINE)) {
2027 (port->ulp_statec == FC_STATE_OFFLINE)) {
3067 dfc_vport->ulp_statec = FC_STATE_OFFLINE;
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c161 { FC_STATE_OFFLINE, "OFFLINE" },
1287 case FC_STATE_OFFLINE:
H A Dfcip.c2405 case FC_STATE_OFFLINE:
H A Dfcp.c3047 * callback (refer fcp_statec_callback() FC_STATE_OFFLINE case).
4382 case FC_STATE_OFFLINE:
10041 case FC_STATE_OFFLINE:
12212 case FC_STATE_OFFLINE:

Completed in 667 milliseconds