aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r--drivers/scsi/lpfc/lpfc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h
index ff6b7d33ccab..636a930a5739 100644
--- a/drivers/scsi/lpfc/lpfc.h
+++ b/drivers/scsi/lpfc/lpfc.h
@@ -367,6 +367,7 @@ struct lpfc_vport {
367 367
368struct hbq_s { 368struct hbq_s {
369 uint16_t entry_count; /* Current number of HBQ slots */ 369 uint16_t entry_count; /* Current number of HBQ slots */
370 uint16_t buffer_count; /* Current number of buffers posted */
370 uint32_t next_hbqPutIdx; /* Index to next HBQ slot to use */ 371 uint32_t next_hbqPutIdx; /* Index to next HBQ slot to use */
371 uint32_t hbqPutIdx; /* HBQ slot to use */ 372 uint32_t hbqPutIdx; /* HBQ slot to use */
372 uint32_t local_hbqGetIdx; /* Local copy of Get index from Port */ 373 uint32_t local_hbqGetIdx; /* Local copy of Get index from Port */