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

#include <ipw2100.h>

Data Fields

int type
 
int index
 
union {
   struct {
      struct ipw2100_cmd_header *   cmd
 
      dma_addr_t   cmd_phys
 
   }   c_struct
 
   struct {
      struct ipw2100_data_header *   data
 
      dma_addr_t   data_phys
 
      struct libipw_txb *   txb
 
   }   d_struct
 
info
 
int jiffy_start
 
struct list_head list
 

Detailed Description

Definition at line 326 of file ipw2100.h.

Field Documentation

struct { ... } c_struct

Definition at line 331 of file ipw2100.h.

dma_addr_t cmd_phys

Definition at line 332 of file ipw2100.h.

struct { ... } d_struct

Definition at line 335 of file ipw2100.h.

dma_addr_t data_phys

Definition at line 336 of file ipw2100.h.

int index

Definition at line 328 of file ipw2100.h.

union { ... } info
int jiffy_start

Definition at line 340 of file ipw2100.h.

Definition at line 342 of file ipw2100.h.

Definition at line 337 of file ipw2100.h.

Definition at line 327 of file ipw2100.h.


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