]> Pileus Git - ~andy/linux/blobdiff - include/scsi/libfcoe.h
vhost-net: enable zerocopy tx by default
[~andy/linux] / include / scsi / libfcoe.h
index 22b07cc99808562c86a3de2728ec0557291e56dc..8742d853a3b892b3caa54608d73c67f08dd544bd 100644 (file)
@@ -327,7 +327,6 @@ struct fcoe_percpu_s {
  * @lport:                    The associated local port
  * @fcoe_pending_queue:               The pending Rx queue of skbs
  * @fcoe_pending_queue_active: Indicates if the pending queue is active
- * @priority:                 Packet priority (DCB)
  * @max_queue_depth:          Max queue depth of pending queue
  * @min_queue_depth:          Min queue depth of pending queue
  * @timer:                    The queue timer
@@ -343,7 +342,6 @@ struct fcoe_port {
        struct fc_lport       *lport;
        struct sk_buff_head   fcoe_pending_queue;
        u8                    fcoe_pending_queue_active;
-       u8                    priority;
        u32                   max_queue_depth;
        u32                   min_queue_depth;
        struct timer_list     timer;