lpfc_hw.h (f72222c74bd642182cc892c99df65cb105c61193) | lpfc_hw.h (a0c87cbdb52467a16343b31251f2722643db603c) |
---|---|
1/******************************************************************* 2 * This file is part of the Emulex Linux Device Driver for * 3 * Fibre Channel Host Bus Adapters. * 4 * Copyright (C) 2004-2009 Emulex. All rights reserved. * 5 * EMULEX and SLI are trademarks of Emulex. * 6 * www.emulex.com * 7 * * 8 * This program is free software; you can redistribute it and/or * --- 2482 unchanged lines hidden (view full) --- 2491#define DMP_VPD_SIZE 0x400 /* maximum amount of VPD */ 2492#define DMP_RSP_OFFSET 0x14 /* word 5 contains first word of rsp */ 2493#define DMP_RSP_SIZE 0x6C /* maximum of 27 words of rsp data */ 2494 2495#define DMP_REGION_VPORT 0x16 /* VPort info region */ 2496#define DMP_VPORT_REGION_SIZE 0x200 2497#define DMP_MBOX_OFFSET_WORD 0x5 2498 | 1/******************************************************************* 2 * This file is part of the Emulex Linux Device Driver for * 3 * Fibre Channel Host Bus Adapters. * 4 * Copyright (C) 2004-2009 Emulex. All rights reserved. * 5 * EMULEX and SLI are trademarks of Emulex. * 6 * www.emulex.com * 7 * * 8 * This program is free software; you can redistribute it and/or * --- 2482 unchanged lines hidden (view full) --- 2491#define DMP_VPD_SIZE 0x400 /* maximum amount of VPD */ 2492#define DMP_RSP_OFFSET 0x14 /* word 5 contains first word of rsp */ 2493#define DMP_RSP_SIZE 0x6C /* maximum of 27 words of rsp data */ 2494 2495#define DMP_REGION_VPORT 0x16 /* VPort info region */ 2496#define DMP_VPORT_REGION_SIZE 0x200 2497#define DMP_MBOX_OFFSET_WORD 0x5 2498 |
2499#define DMP_REGION_FCOEPARAM 0x17 /* fcoe param region */ 2500#define DMP_FCOEPARAM_RGN_SIZE 0x400 | 2499#define DMP_REGION_23 0x17 /* fcoe param and port state region */ 2500#define DMP_RGN23_SIZE 0x400 |
2501 2502#define WAKE_UP_PARMS_REGION_ID 4 2503#define WAKE_UP_PARMS_WORD_SIZE 15 2504 2505struct vport_rec { 2506 uint8_t wwpn[8]; 2507 uint8_t wwnn[8]; 2508}; --- 1215 unchanged lines hidden --- | 2501 2502#define WAKE_UP_PARMS_REGION_ID 4 2503#define WAKE_UP_PARMS_WORD_SIZE 15 2504 2505struct vport_rec { 2506 uint8_t wwpn[8]; 2507 uint8_t wwnn[8]; 2508}; --- 1215 unchanged lines hidden --- |