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

#include <common.h>

Data Fields

struct il_cmd_header hdr
 
union {
   u32   flags
 
   u8   val8
 
   u16   val16
 
   u32   val32
 
   struct il_tx_cmd   tx
 
   u8   payload [DEF_CMD_PAYLOAD_SIZE]
 
cmd
 

Detailed Description

struct il_device_cmd

For allocation of the command and tx queues, this establishes the overall size of the largest command we send to uCode, except for a scan command (which is relatively huge; space is allocated separately).

Definition at line 567 of file common.h.

Field Documentation

union { ... } cmd
u32 flags

Definition at line 570 of file common.h.

Definition at line 568 of file common.h.

Definition at line 575 of file common.h.

Definition at line 574 of file common.h.

u16 val16

Definition at line 572 of file common.h.

u32 val32

Definition at line 573 of file common.h.

u8 val8

Definition at line 571 of file common.h.


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