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

#include <hfc_pci.h>

Data Fields

struct {
   struct dfifo   d_tx
 
   struct dfifo   d_rx
 
d_chan
 
struct {
   u_char   fill1 [0x200]
 
   u_char   txdat_b1 [B_FIFO_SIZE]
 
   struct bzfifo   txbz_b1
 
   struct bzfifo   txbz_b2
 
   u_char   txdat_b2 [B_FIFO_SIZE]
 
   u_char   fill2 [D_FIFO_SIZE]
 
   u_char   rxdat_b1 [B_FIFO_SIZE]
 
   struct bzfifo   rxbz_b1
 
   struct bzfifo   rxbz_b2
 
   u_char   rxdat_b2 [B_FIFO_SIZE]
 
b_chans
 
u_char fill [32768]
 
struct {
   dfifo_type   d_tx
 
   dfifo_type   d_rx
 
d_chan
 
struct {
   u_char   fill1 [0x200]
 
   u_char   txdat_b1 [B_FIFO_SIZE]
 
   bzfifo_type   txbz_b1
 
   bzfifo_type   txbz_b2
 
   u_char   txdat_b2 [B_FIFO_SIZE]
 
   u_char   fill2 [D_FIFO_SIZE]
 
   u_char   rxdat_b1 [B_FIFO_SIZE]
 
   bzfifo_type   rxbz_b1
 
   bzfifo_type   rxbz_b2
 
   u_char   rxdat_b2 [B_FIFO_SIZE]
 
b_chans
 

Detailed Description

Definition at line 207 of file hfc_pci.h.

Field Documentation

struct { ... } b_chans
struct { ... } b_chans
struct { ... } d_chan
struct { ... } d_chan
dfifo_type d_rx

Definition at line 209 of file hfc_pci.h.

struct dfifo d_rx

Definition at line 210 of file hfc_pci.h.

dfifo_type d_tx

Definition at line 208 of file hfc_pci.h.

struct dfifo d_tx

Definition at line 209 of file hfc_pci.h.

u_char fill

Definition at line 224 of file hfc_pci.h.

u_char fill1[0x200]

Definition at line 213 of file hfc_pci.h.

Definition at line 218 of file hfc_pci.h.

struct bzfifo rxbz_b1

Definition at line 220 of file hfc_pci.h.

bzfifo_type rxbz_b1

Definition at line 222 of file hfc_pci.h.

struct bzfifo rxbz_b2

Definition at line 221 of file hfc_pci.h.

bzfifo_type rxbz_b2

Definition at line 224 of file hfc_pci.h.

u_char rxdat_b1[B_FIFO_SIZE]

Definition at line 219 of file hfc_pci.h.

u_char rxdat_b2[B_FIFO_SIZE]

Definition at line 222 of file hfc_pci.h.

bzfifo_type txbz_b1

Definition at line 214 of file hfc_pci.h.

struct bzfifo txbz_b1

Definition at line 215 of file hfc_pci.h.

struct bzfifo txbz_b2

Definition at line 216 of file hfc_pci.h.

bzfifo_type txbz_b2

Definition at line 216 of file hfc_pci.h.

u_char txdat_b1[B_FIFO_SIZE]

Definition at line 214 of file hfc_pci.h.

u_char txdat_b2[B_FIFO_SIZE]

Definition at line 217 of file hfc_pci.h.


The documentation for this union was generated from the following files: