We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59f43f commit d5a4b0dCopy full SHA for d5a4b0d
drivers/scsi/bnx2fc/bnx2fc.h
@@ -358,18 +358,12 @@ struct bnx2fc_rport {
358
dma_addr_t lcq_dma;
359
u32 lcq_mem_size;
360
361
- void *ofld_req[4];
362
- dma_addr_t ofld_req_dma[4];
363
- void *enbl_req;
364
- dma_addr_t enbl_req_dma;
365
-
366
spinlock_t tgt_lock;
367
spinlock_t cq_lock;
368
atomic_t num_active_ios;
369
u32 flush_in_prog;
370
unsigned long timestamp;
371
unsigned long retry_delay_timestamp;
372
- struct list_head free_task_list;
373
struct bnx2fc_cmd *pending_queue[BNX2FC_SQ_WQES_MAX+1];
374
struct list_head active_cmd_queue;
375
struct list_head els_queue;
0 commit comments