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

/opensolaris-onvv-gate/usr/src/uts/common/sys/fc4/
H A Dfc_transport.h179 FC_STATE_OFFLINE, /* port has gone offline */ enumerator in enum:__anon7420
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h49 #define FC_STATE_OFFLINE 0x0000 /* Link is offline or not */ macro
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c797 if (port->ulp_statec != FC_STATE_OFFLINE) {
798 port->ulp_statec = FC_STATE_OFFLINE;
814 FC_STATE_OFFLINE);
851 if (port->ulp_statec != FC_STATE_OFFLINE) {
852 port->ulp_statec = FC_STATE_OFFLINE;
873 FC_STATE_OFFLINE);
877 FC_STATE_OFFLINE);
H A Demlxs_solaris.c1600 port_info->pi_port_state = FC_STATE_OFFLINE;
1605 port_info->pi_port_state = FC_STATE_OFFLINE;
2092 port->ulp_statec = FC_STATE_OFFLINE;
2445 if ((port->ulp_statec == FC_STATE_OFFLINE) &&
4194 *link_state = FC_STATE_OFFLINE;
10906 if ((port->ulp_statec != FC_STATE_OFFLINE) &&
10934 if (port->ulp_statec != FC_STATE_OFFLINE) {
H A Demlxs_dfc.c2493 dfc_vport.ulp_statec = FC_STATE_OFFLINE;
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h97 #define FCP_STATEC_MASK (FC_STATE_OFFLINE | FC_STATE_ONLINE |\
/opensolaris-onvv-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.c949 if (FC_PORT_STATE_MASK(port->fp_state) == FC_STATE_OFFLINE) {
1057 if ((FC_PORT_STATE_MASK(port->fp_state) == FC_STATE_OFFLINE) ||
1377 if (((FC_PORT_STATE_MASK(port->fp_state)) == FC_STATE_OFFLINE) ||
1492 if ((FC_PORT_STATE_MASK(port->fp_state) == FC_STATE_OFFLINE) ||
3019 case FC_STATE_OFFLINE:
/opensolaris-onvv-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.c4585 FC_STATE_OFFLINE;
8236 ql_port_state(ha, FC_STATE_OFFLINE, FC_STATE_CHANGE);
8315 FC_STATE_OFFLINE) {
17233 vha->state = state != FC_STATE_OFFLINE ?
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c162 { FC_STATE_OFFLINE, "OFFLINE" },
1288 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:
10055 case FC_STATE_OFFLINE:
12226 case FC_STATE_OFFLINE:

Completed in 373 milliseconds