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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h
index 3099047d3faf..e5da6da20f8a 100644
--- a/drivers/scsi/lpfc/lpfc.h
+++ b/drivers/scsi/lpfc/lpfc.h
@@ -93,6 +93,9 @@ struct lpfc_sli2_slim;
93/* lpfc wait event data ready flag */ 93/* lpfc wait event data ready flag */
94#define LPFC_DATA_READY (1<<0) 94#define LPFC_DATA_READY (1<<0)
95 95
96/* queue dump line buffer size */
97#define LPFC_LBUF_SZ 128
98
96enum lpfc_polling_flags { 99enum lpfc_polling_flags {
97 ENABLE_FCP_RING_POLLING = 0x1, 100 ENABLE_FCP_RING_POLLING = 0x1,
98 DISABLE_FCP_RING_INT = 0x2 101 DISABLE_FCP_RING_INT = 0x2