diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/scsi/libfcoe.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/scsi/libfcoe.h b/include/scsi/libfcoe.h index 22b07cc99808..8742d853a3b8 100644 --- a/include/scsi/libfcoe.h +++ b/include/scsi/libfcoe.h | |||
@@ -327,7 +327,6 @@ struct fcoe_percpu_s { | |||
327 | * @lport: The associated local port | 327 | * @lport: The associated local port |
328 | * @fcoe_pending_queue: The pending Rx queue of skbs | 328 | * @fcoe_pending_queue: The pending Rx queue of skbs |
329 | * @fcoe_pending_queue_active: Indicates if the pending queue is active | 329 | * @fcoe_pending_queue_active: Indicates if the pending queue is active |
330 | * @priority: Packet priority (DCB) | ||
331 | * @max_queue_depth: Max queue depth of pending queue | 330 | * @max_queue_depth: Max queue depth of pending queue |
332 | * @min_queue_depth: Min queue depth of pending queue | 331 | * @min_queue_depth: Min queue depth of pending queue |
333 | * @timer: The queue timer | 332 | * @timer: The queue timer |
@@ -343,7 +342,6 @@ struct fcoe_port { | |||
343 | struct fc_lport *lport; | 342 | struct fc_lport *lport; |
344 | struct sk_buff_head fcoe_pending_queue; | 343 | struct sk_buff_head fcoe_pending_queue; |
345 | u8 fcoe_pending_queue_active; | 344 | u8 fcoe_pending_queue_active; |
346 | u8 priority; | ||
347 | u32 max_queue_depth; | 345 | u32 max_queue_depth; |
348 | u32 min_queue_depth; | 346 | u32 min_queue_depth; |
349 | struct timer_list timer; | 347 | struct timer_list timer; |