Linux Kernel
3.7.1
|
#include "hcf.h"
Go to the source code of this file.
Data Structures | |
struct | LTV_INFO_STRUCT |
struct | plugrecord |
struct | stringrecord |
struct | exportrecord |
struct | memimage |
Macros | |
#define | GET_INFO(pp) hcf_get_info(ifbp, (LTVP)pp) |
#define | PUT_INFO(pp) hcf_put_info(ifbp, (LTVP)pp) |
#define | CODEMASK 0x0000FFFFL /* Codemask for plug records */ |
#define | DHF_ERR_INCOMP_FW 0x40 /* Image not compatible with NIC */ |
#define | MAX_DEBUGSTRINGS 1024 |
#define | MAX_DEBUGSTRING_LEN 82 |
#define | MAX_DEBUGEXPORTS 2048 |
#define | MAX_DEBUGEXPORT_LEN 12 |
#define | FWSTRINGS_FUNCTION 0 |
#define | FWEXPORTS_FUNCTION 1 |
Typedefs | |
typedef struct LTV_INFO_STRUCT * | LTV_INFO_STRUCT_PTR |
Functions | |
EXTERN_C int | dhf_download_fw (void *ifbp, memimage *fw) |
EXTERN_C int | dhf_download_binary (memimage *fw) |
EXTERN_C hcf_16 * | find_record_in_pda (hcf_16 *pdap, hcf_16 code) |
#define DHF_ERR_INCOMP_FW 0x40 /* Image not compatible with NIC */ |
#define GET_INFO | ( | pp | ) | hcf_get_info(ifbp, (LTVP)pp) |
#define PUT_INFO | ( | pp | ) | hcf_put_info(ifbp, (LTVP)pp) |
typedef struct LTV_INFO_STRUCT * LTV_INFO_STRUCT_PTR |