Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
mcdi_mac.c File Reference
#include "net_driver.h"
#include "efx.h"
#include "mcdi.h"
#include "mcdi_pcol.h"

Go to the source code of this file.

Functions

int efx_mcdi_set_mac (struct efx_nic *efx)
 
bool efx_mcdi_mac_check_fault (struct efx_nic *efx)
 
int efx_mcdi_mac_stats (struct efx_nic *efx, dma_addr_t dma_addr, u32 dma_len, int enable, int clear)
 
int efx_mcdi_mac_reconfigure (struct efx_nic *efx)
 

Function Documentation

bool efx_mcdi_mac_check_fault ( struct efx_nic efx)

Definition at line 56 of file mcdi_mac.c.

int efx_mcdi_mac_reconfigure ( struct efx_nic efx)

Definition at line 116 of file mcdi_mac.c.

int efx_mcdi_mac_stats ( struct efx_nic efx,
dma_addr_t  dma_addr,
u32  dma_len,
int  enable,
int  clear 
)

Definition at line 75 of file mcdi_mac.c.

int efx_mcdi_set_mac ( struct efx_nic efx)

Definition at line 15 of file mcdi_mac.c.