[SCSI] lpfc 8.2.5 : Fix buffer leaks
[deliverable/linux.git] / drivers / scsi / lpfc / lpfc.h
index 6c178f1c87861bd5e5014d529d4deb12b0366fde..2ab2d24dcc1566dee30adbf448a6f01712bd6641 100644 (file)
@@ -495,6 +495,8 @@ struct lpfc_hba {
        wait_queue_head_t    *work_wait;
        struct task_struct   *worker_thread;
 
+       uint32_t hbq_in_use;            /* HBQs in use flag */
+       struct list_head hbqbuf_in_list;  /* in-fly hbq buffer list */
        uint32_t hbq_count;             /* Count of configured HBQs */
        struct hbq_s hbqs[LPFC_MAX_HBQS]; /* local copy of hbq indicies  */
 
This page took 0.03602 seconds and 5 git commands to generate.