diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_sli.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.h b/drivers/scsi/lpfc/lpfc_sli.h index 5d8911de4faa..9f1b85bed5a7 100644 --- a/drivers/scsi/lpfc/lpfc_sli.h +++ b/drivers/scsi/lpfc/lpfc_sli.h | |||
@@ -39,10 +39,8 @@ struct lpfc_iocbq { | |||
39 | IOCB_t iocb; /* IOCB cmd */ | 39 | IOCB_t iocb; /* IOCB cmd */ |
40 | uint8_t retry; /* retry counter for IOCB cmd - if needed */ | 40 | uint8_t retry; /* retry counter for IOCB cmd - if needed */ |
41 | uint8_t iocb_flag; | 41 | uint8_t iocb_flag; |
42 | #define LPFC_IO_POLL 1 /* Polling mode iocb */ | 42 | #define LPFC_IO_LIBDFC 1 /* libdfc iocb */ |
43 | #define LPFC_IO_LIBDFC 2 /* libdfc iocb */ | 43 | #define LPFC_IO_WAKE 2 /* High Priority Queue signal flag */ |
44 | #define LPFC_IO_WAIT 4 | ||
45 | #define LPFC_IO_HIPRI 8 /* High Priority Queue signal flag */ | ||
46 | 44 | ||
47 | uint8_t abort_count; | 45 | uint8_t abort_count; |
48 | uint8_t rsvd2; | 46 | uint8_t rsvd2; |
@@ -51,8 +49,7 @@ struct lpfc_iocbq { | |||
51 | void *context2; /* caller context information */ | 49 | void *context2; /* caller context information */ |
52 | void *context3; /* caller context information */ | 50 | void *context3; /* caller context information */ |
53 | union { | 51 | union { |
54 | wait_queue_head_t *hipri_wait_queue; /* High Priority Queue wait | 52 | wait_queue_head_t *wait_queue; |
55 | queue */ | ||
56 | struct lpfc_iocbq *rsp_iocb; | 53 | struct lpfc_iocbq *rsp_iocb; |
57 | struct lpfcMboxq *mbox; | 54 | struct lpfcMboxq *mbox; |
58 | } context_un; | 55 | } context_un; |