Version: 1.0
File: include/scsi/scsi_transport_fc.h:73
Symbol:
Byte size 4
enum fc_port_state {
FC_PORTSTATE_UNKNOWN = 0x0
FC_PORTSTATE_NOTPRESENT = 0x1
FC_PORTSTATE_ONLINE = 0x2
FC_PORTSTATE_OFFLINE = 0x3
FC_PORTSTATE_BLOCKED = 0x4
FC_PORTSTATE_BYPASSED = 0x5
FC_PORTSTATE_DIAGNOSTICS = 0x6
FC_PORTSTATE_LINKDOWN = 0x7
FC_PORTSTATE_ERROR = 0x8
FC_PORTSTATE_LOOPBACK = 0x9
FC_PORTSTATE_DELETED = 0xa
}
