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

Data Fields

struct list_head queue
 
unsigned char dest_addr
 
unsigned char protocol
 
unsigned short length
 
unsigned long offset
 
int fragment_count
 
void(* packet_callback )(void *cb_data, unsigned int packet_length)
 
voidcallback_data
 

Detailed Description

Definition at line 293 of file hardware.c.

Field Documentation

void* callback_data

Definition at line 309 of file hardware.c.

unsigned char dest_addr

Definition at line 296 of file hardware.c.

int fragment_count

Definition at line 305 of file hardware.c.

unsigned short length

Definition at line 300 of file hardware.c.

unsigned long offset

Definition at line 303 of file hardware.c.

void(* packet_callback)(void *cb_data, unsigned int packet_length)

Definition at line 308 of file hardware.c.

unsigned char protocol

Definition at line 298 of file hardware.c.

Definition at line 294 of file hardware.c.


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