diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_sli.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.h b/drivers/scsi/lpfc/lpfc_sli.h index b7a9f970f565..a52d6c6cf083 100644 --- a/drivers/scsi/lpfc/lpfc_sli.h +++ b/drivers/scsi/lpfc/lpfc_sli.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /******************************************************************* | 1 | /******************************************************************* |
2 | * This file is part of the Emulex Linux Device Driver for * | 2 | * This file is part of the Emulex Linux Device Driver for * |
3 | * Fibre Channel Host Bus Adapters. * | 3 | * Fibre Channel Host Bus Adapters. * |
4 | * Copyright (C) 2004-2005 Emulex. All rights reserved. * | 4 | * Copyright (C) 2004-2006 Emulex. All rights reserved. * |
5 | * EMULEX and SLI are trademarks of Emulex. * | 5 | * EMULEX and SLI are trademarks of Emulex. * |
6 | * www.emulex.com * | 6 | * www.emulex.com * |
7 | * * | 7 | * * |
@@ -61,7 +61,6 @@ struct lpfc_iocbq { | |||
61 | }; | 61 | }; |
62 | 62 | ||
63 | #define SLI_IOCB_RET_IOCB 1 /* Return IOCB if cmd ring full */ | 63 | #define SLI_IOCB_RET_IOCB 1 /* Return IOCB if cmd ring full */ |
64 | #define SLI_IOCB_HIGH_PRIORITY 2 /* High priority command */ | ||
65 | 64 | ||
66 | #define IOCB_SUCCESS 0 | 65 | #define IOCB_SUCCESS 0 |
67 | #define IOCB_BUSY 1 | 66 | #define IOCB_BUSY 1 |
@@ -200,8 +199,6 @@ struct lpfc_sli { | |||
200 | struct timer_list mbox_tmo; /* Hold clk to timeout active mbox | 199 | struct timer_list mbox_tmo; /* Hold clk to timeout active mbox |
201 | cmd */ | 200 | cmd */ |
202 | 201 | ||
203 | uint32_t *MBhostaddr; /* virtual address for mbox cmds */ | ||
204 | |||
205 | #define LPFC_IOCBQ_LOOKUP_INCREMENT 1024 | 202 | #define LPFC_IOCBQ_LOOKUP_INCREMENT 1024 |
206 | struct lpfc_iocbq ** iocbq_lookup; /* array to lookup IOCB by IOTAG */ | 203 | struct lpfc_iocbq ** iocbq_lookup; /* array to lookup IOCB by IOTAG */ |
207 | size_t iocbq_lookup_len; /* current lengs of the array */ | 204 | size_t iocbq_lookup_len; /* current lengs of the array */ |