diff options
Diffstat (limited to 'drivers/scsi/fcoe/fcoe.h')
-rw-r--r-- | drivers/scsi/fcoe/fcoe.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/fcoe/fcoe.h b/drivers/scsi/fcoe/fcoe.h index 0d724fa0898f..6905efc166bf 100644 --- a/drivers/scsi/fcoe/fcoe.h +++ b/drivers/scsi/fcoe/fcoe.h | |||
@@ -37,7 +37,7 @@ | |||
37 | 37 | ||
38 | #define FCOE_MAX_OUTSTANDING_COMMANDS 1024 | 38 | #define FCOE_MAX_OUTSTANDING_COMMANDS 1024 |
39 | 39 | ||
40 | #define FCOE_MIN_XID 0x0001 /* the min xid supported by fcoe_sw */ | 40 | #define FCOE_MIN_XID 0x0000 /* the min xid supported by fcoe_sw */ |
41 | #define FCOE_MAX_XID 0x07ef /* the max xid supported by fcoe_sw */ | 41 | #define FCOE_MAX_XID 0x07ef /* the max xid supported by fcoe_sw */ |
42 | 42 | ||
43 | unsigned int fcoe_debug_logging; | 43 | unsigned int fcoe_debug_logging; |
@@ -81,6 +81,7 @@ struct fcoe_softc { | |||
81 | struct list_head list; | 81 | struct list_head list; |
82 | struct net_device *real_dev; | 82 | struct net_device *real_dev; |
83 | struct net_device *phys_dev; /* device with ethtool_ops */ | 83 | struct net_device *phys_dev; /* device with ethtool_ops */ |
84 | struct fc_exch_mgr *oem; /* offload exchange manger */ | ||
84 | struct packet_type fcoe_packet_type; | 85 | struct packet_type fcoe_packet_type; |
85 | struct packet_type fip_packet_type; | 86 | struct packet_type fip_packet_type; |
86 | struct sk_buff_head fcoe_pending_queue; | 87 | struct sk_buff_head fcoe_pending_queue; |