diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_sli4.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli4.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli4.h b/drivers/scsi/lpfc/lpfc_sli4.h index 44c427a45d66..be02b59ea279 100644 --- a/drivers/scsi/lpfc/lpfc_sli4.h +++ b/drivers/scsi/lpfc/lpfc_sli4.h | |||
@@ -139,6 +139,10 @@ struct lpfc_queue { | |||
139 | 139 | ||
140 | struct lpfc_sli_ring *pring; /* ptr to io ring associated with q */ | 140 | struct lpfc_sli_ring *pring; /* ptr to io ring associated with q */ |
141 | 141 | ||
142 | uint16_t db_format; | ||
143 | #define LPFC_DB_RING_FORMAT 0x01 | ||
144 | #define LPFC_DB_LIST_FORMAT 0x02 | ||
145 | void __iomem *db_regaddr; | ||
142 | /* For q stats */ | 146 | /* For q stats */ |
143 | uint32_t q_cnt_1; | 147 | uint32_t q_cnt_1; |
144 | uint32_t q_cnt_2; | 148 | uint32_t q_cnt_2; |
@@ -508,6 +512,10 @@ struct lpfc_sli4_hba { | |||
508 | struct lpfc_queue *hdr_rq; /* Slow-path Header Receive queue */ | 512 | struct lpfc_queue *hdr_rq; /* Slow-path Header Receive queue */ |
509 | struct lpfc_queue *dat_rq; /* Slow-path Data Receive queue */ | 513 | struct lpfc_queue *dat_rq; /* Slow-path Data Receive queue */ |
510 | 514 | ||
515 | uint8_t fw_func_mode; /* FW function protocol mode */ | ||
516 | uint32_t ulp0_mode; /* ULP0 protocol mode */ | ||
517 | uint32_t ulp1_mode; /* ULP1 protocol mode */ | ||
518 | |||
511 | /* Setup information for various queue parameters */ | 519 | /* Setup information for various queue parameters */ |
512 | int eq_esize; | 520 | int eq_esize; |
513 | int eq_ecount; | 521 | int eq_ecount; |