diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_sli4.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli4.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli4.h b/drivers/scsi/lpfc/lpfc_sli4.h index f4b57654787b..e7d84134beb1 100644 --- a/drivers/scsi/lpfc/lpfc_sli4.h +++ b/drivers/scsi/lpfc/lpfc_sli4.h | |||
@@ -142,6 +142,8 @@ struct lpfc_queue { | |||
142 | uint32_t host_index; /* The host's index for putting or getting */ | 142 | uint32_t host_index; /* The host's index for putting or getting */ |
143 | uint32_t hba_index; /* The last known hba index for get or put */ | 143 | uint32_t hba_index; /* The last known hba index for get or put */ |
144 | 144 | ||
145 | struct lpfc_sli_ring *pring; /* ptr to io ring associated with q */ | ||
146 | |||
145 | /* For q stats */ | 147 | /* For q stats */ |
146 | uint32_t q_cnt_1; | 148 | uint32_t q_cnt_1; |
147 | uint32_t q_cnt_2; | 149 | uint32_t q_cnt_2; |