scsi_transport_iscsi: Add 25G and 40G speed definition
[linux-2.6-microblaze.git] / include / scsi / iscsi_if.h
index 95ed942..d66c070 100644 (file)
@@ -724,6 +724,8 @@ enum iscsi_port_speed {
        ISCSI_PORT_SPEED_100MBPS        = 0x4,
        ISCSI_PORT_SPEED_1GBPS          = 0x8,
        ISCSI_PORT_SPEED_10GBPS         = 0x10,
+       ISCSI_PORT_SPEED_25GBPS         = 0x20,
+       ISCSI_PORT_SPEED_40GBPS         = 0x40,
 };
 
 /* iSCSI port state */