Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ath9k_htc_hif Struct Reference

#include <htc_hst.h>

Data Fields

struct list_head list
 
enum ath9k_hif_transports transport
 
const charname
 
u8 control_dl_pipe
 
u8 control_ul_pipe
 
void(* start )(void *hif_handle)
 
void(* stop )(void *hif_handle)
 
void(* sta_drain )(void *hif_handle, u8 idx)
 
int(* send )(void *hif_handle, u8 pipe, struct sk_buff *buf)
 

Detailed Description

Definition at line 28 of file htc_hst.h.

Field Documentation

u8 control_dl_pipe

Definition at line 33 of file htc_hst.h.

u8 control_ul_pipe

Definition at line 34 of file htc_hst.h.

Definition at line 29 of file htc_hst.h.

const char* name

Definition at line 31 of file htc_hst.h.

int(* send)(void *hif_handle, u8 pipe, struct sk_buff *buf)

Definition at line 39 of file htc_hst.h.

void(* sta_drain)(void *hif_handle, u8 idx)

Definition at line 38 of file htc_hst.h.

void(* start)(void *hif_handle)

Definition at line 36 of file htc_hst.h.

void(* stop)(void *hif_handle)

Definition at line 37 of file htc_hst.h.

Definition at line 30 of file htc_hst.h.


The documentation for this struct was generated from the following file: