Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
dhf.c File Reference
#include "hcf.h"
#include "hcfdef.h"
#include "dhf.h"
#include "mmd.h"

Go to the source code of this file.

Macros

#define FILE_NAME_OFFSET   MMD_FILE_NAME_OFFSET
 
#define DL_SIZE   2000
 

Functions

int dhf_download_binary (memimage *fw)
 
int dhf_download_fw (void *ifbp, memimage *fw)
 

Variables

char signature [14] = "FUPU7D37dhfwci"
 
CFG_SUP_RANGE_STRCT mfi_sup = { LOF(CFG_SUP_RANGE_STRCT), CFG_NIC_MFI_SUP_RANGE }
 
CFG_SUP_RANGE_STRCT cfi_sup = { LOF(CFG_SUP_RANGE_STRCT), CFG_NIC_CFI_SUP_RANGE }
 
LTV_INFO_STRUCT ltv_info []
 

Macro Definition Documentation

#define DL_SIZE   2000

Definition at line 123 of file dhf.c.

#define FILE_NAME_OFFSET   MMD_FILE_NAME_OFFSET

Definition at line 101 of file dhf.c.

Function Documentation

int dhf_download_binary ( memimage fw)

Definition at line 259 of file dhf.c.

int dhf_download_fw ( void ifbp,
memimage fw 
)

Definition at line 342 of file dhf.c.

Variable Documentation

CFG_SUP_RANGE_STRCT cfi_sup = { LOF(CFG_SUP_RANGE_STRCT), CFG_NIC_CFI_SUP_RANGE }

Definition at line 127 of file dhf.c.

LTV_INFO_STRUCT ltv_info[]
Initial value:
= {
{ (LTVP)&mfi_sup, LOF(CFG_SUP_RANGE_STRCT) } ,
{ (LTVP)&cfi_sup, LOF(CFG_SUP_RANGE_STRCT) } ,
{ (LTVP) NULL, 0 }
}

Definition at line 142 of file dhf.c.

CFG_SUP_RANGE_STRCT mfi_sup = { LOF(CFG_SUP_RANGE_STRCT), CFG_NIC_MFI_SUP_RANGE }

Definition at line 126 of file dhf.c.

char signature[14] = "FUPU7D37dhfwci"

Definition at line 109 of file dhf.c.