bfi.h (72a9730b3f556e18912f3e1b494a7aee7ae3dd91) | bfi.h (7afc5dbde09104b023ce04465ba71aaba0fc4346) |
---|---|
1/* 2 * Linux network driver for Brocade Converged Network Adapter. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License (GPL) Version 2 as 6 * published by the Free Software Foundation 7 * 8 * This program is distributed in the hope that it will be useful, but --- 243 unchanged lines hidden (view full) --- 252#define BFI_IOC_FWSTATS_OFF (0x6B40) 253#define BFI_IOC_FWSTATS_SZ (4096) 254 255/** 256 * Firmware trace offset 257 */ 258#define BFI_IOC_TRC_OFF (0x4b00) 259#define BFI_IOC_TRC_ENTS 256 | 1/* 2 * Linux network driver for Brocade Converged Network Adapter. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License (GPL) Version 2 as 6 * published by the Free Software Foundation 7 * 8 * This program is distributed in the hope that it will be useful, but --- 243 unchanged lines hidden (view full) --- 252#define BFI_IOC_FWSTATS_OFF (0x6B40) 253#define BFI_IOC_FWSTATS_SZ (4096) 254 255/** 256 * Firmware trace offset 257 */ 258#define BFI_IOC_TRC_OFF (0x4b00) 259#define BFI_IOC_TRC_ENTS 256 |
260#define BFI_IOC_TRC_ENT_SZ 16 261#define BFI_IOC_TRC_HDR_SZ 32 |
|
260 261#define BFI_IOC_FW_SIGNATURE (0xbfadbfad) 262#define BFI_IOC_MD5SUM_SZ 4 263struct bfi_ioc_image_hdr { 264 u32 signature; /*!< constant signature */ 265 u8 asic_gen; /*!< asic generation */ 266 u8 asic_mode; 267 u8 port0_mode; /*!< device mode for port 0 */ --- 309 unchanged lines hidden --- | 262 263#define BFI_IOC_FW_SIGNATURE (0xbfadbfad) 264#define BFI_IOC_MD5SUM_SZ 4 265struct bfi_ioc_image_hdr { 266 u32 signature; /*!< constant signature */ 267 u8 asic_gen; /*!< asic generation */ 268 u8 asic_mode; 269 u8 port0_mode; /*!< device mode for port 0 */ --- 309 unchanged lines hidden --- |