Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations | Functions
dhd_bus.h File Reference

Go to the source code of this file.

Data Structures

struct  dngl_stats
 
struct  brcmf_bus_dcmd
 
struct  brcmf_bus
 

Enumerations

enum  brcmf_bus_state { BRCMF_BUS_DOWN, BRCMF_BUS_LOAD, BRCMF_BUS_DATA }
 

Functions

int brcmf_proto_hdrpull (struct device *dev, int *ifidx, struct sk_buff *rxp)
 
bool brcmf_c_prec_enq (struct device *dev, struct pktq *q, struct sk_buff *pkt, int prec)
 
void brcmf_rx_frame (struct device *dev, int ifidx, struct sk_buff_head *rxlist)
 
int brcmf_attach (uint bus_hdrlen, struct device *dev)
 
void brcmf_detach (struct device *dev)
 
void brcmf_txflowblock (struct device *dev, bool state)
 
void brcmf_txcomplete (struct device *dev, struct sk_buff *txp, bool success)
 
int brcmf_bus_start (struct device *dev)
 
int brcmf_add_if (struct device *dev, int ifidx, char *name, u8 *mac_addr)
 

Enumeration Type Documentation

Enumerator:
BRCMF_BUS_DOWN 
BRCMF_BUS_LOAD 
BRCMF_BUS_DATA 

Definition at line 21 of file dhd_bus.h.

Function Documentation

int brcmf_add_if ( struct device dev,
int  ifidx,
char name,
u8 mac_addr 
)

Definition at line 912 of file dhd_linux.c.

int brcmf_attach ( uint  bus_hdrlen,
struct device dev 
)

Definition at line 993 of file dhd_linux.c.

int brcmf_bus_start ( struct device dev)

Definition at line 1036 of file dhd_linux.c.

bool brcmf_c_prec_enq ( struct device dev,
struct pktq q,
struct sk_buff pkt,
int  prec 
)

Definition at line 137 of file dhd_common.c.

void brcmf_detach ( struct device dev)

Definition at line 1112 of file dhd_linux.c.

int brcmf_proto_hdrpull ( struct device dev,
int ifidx,
struct sk_buff rxp 
)

Definition at line 376 of file dhd_cdc.c.

void brcmf_rx_frame ( struct device dev,
int  ifidx,
struct sk_buff_head rxlist 
)

Definition at line 380 of file dhd_linux.c.

void brcmf_txcomplete ( struct device dev,
struct sk_buff txp,
bool  success 
)

Definition at line 461 of file dhd_linux.c.

void brcmf_txflowblock ( struct device dev,
bool  state 
)

Definition at line 344 of file dhd_linux.c.