[SCSI] libfcoe, fcoe: libfcoe NPIV support
[linux-2.6-block.git] / drivers / scsi / fcoe / fcoe.h
index a123552847e5946b5190c9fe59fc3130d0cde73f..99dfa7c2aeaa451a1c352554f5a83de1541a8e58 100644 (file)
@@ -104,6 +104,7 @@ struct fcoe_port {
        u8      fcoe_pending_queue_active;
        struct timer_list timer;                /* queue timer */
        struct work_struct destroy_work;        /* to prevent rtnl deadlocks */
+       u8 data_src_addr[ETH_ALEN];
 };
 
 #define fcoe_from_ctlr(fip) container_of(fip, struct fcoe_interface, ctlr)