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

#include <dma.h>

Data Fields

struct b43_dmadesc_generic *(* idx2desc )(struct b43_dmaring *ring, int slot, struct b43_dmadesc_meta **meta)
 
void(* fill_descriptor )(struct b43_dmaring *ring, struct b43_dmadesc_generic *desc, dma_addr_t dmaaddr, u16 bufsize, int start, int end, int irq)
 
void(* poke_tx )(struct b43_dmaring *ring, int slot)
 
void(* tx_suspend )(struct b43_dmaring *ring)
 
void(* tx_resume )(struct b43_dmaring *ring)
 
int(* get_current_rxslot )(struct b43_dmaring *ring)
 
void(* set_current_rxslot )(struct b43_dmaring *ring, int slot)
 

Detailed Description

Definition at line 197 of file dma.h.

Field Documentation

Definition at line 202 of file dma.h.

int(* get_current_rxslot)(struct b43_dmaring *ring)

Definition at line 209 of file dma.h.

Definition at line 198 of file dma.h.

Definition at line 206 of file dma.h.

void(* set_current_rxslot)(struct b43_dmaring *ring, int slot)

Definition at line 210 of file dma.h.

void(* tx_resume)(struct b43_dmaring *ring)

Definition at line 208 of file dma.h.

void(* tx_suspend)(struct b43_dmaring *ring)

Definition at line 207 of file dma.h.


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