cna.h (19dbff9feea4f31ab3cdae53b98ef4484b554592) | cna.h (1bf9fd70dd7411372e80fdb8b4b3d5c36236e7b7) |
---|---|
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 --- 24 unchanged lines hidden (view full) --- 33#define bfa_sm_fault(__event) do { \ 34 pr_err("SM Assertion failure: %s: %d: event = %d\n", \ 35 __FILE__, __LINE__, __event); \ 36} while (0) 37 38extern char bfa_version[]; 39 40#define CNA_FW_FILE_CT "ctfw.bin" | 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 --- 24 unchanged lines hidden (view full) --- 33#define bfa_sm_fault(__event) do { \ 34 pr_err("SM Assertion failure: %s: %d: event = %d\n", \ 35 __FILE__, __LINE__, __event); \ 36} while (0) 37 38extern char bfa_version[]; 39 40#define CNA_FW_FILE_CT "ctfw.bin" |
41#define CNA_FW_FILE_CT2 "ct2fw.bin" |
|
41#define FC_SYMNAME_MAX 256 /*!< max name server symbolic name size */ 42 43#pragma pack(1) 44 45#define MAC_ADDRLEN (6) 46typedef struct mac { u8 mac[MAC_ADDRLEN]; } mac_t; 47 48#pragma pack() --- 58 unchanged lines hidden --- | 42#define FC_SYMNAME_MAX 256 /*!< max name server symbolic name size */ 43 44#pragma pack(1) 45 46#define MAC_ADDRLEN (6) 47typedef struct mac { u8 mac[MAC_ADDRLEN]; } mac_t; 48 49#pragma pack() --- 58 unchanged lines hidden --- |