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

#include <iwl-trans.h>

Data Fields

const voiddata [IWL_MAX_CMD_TFDS]
 
struct iwl_rx_packetresp_pkt
 
unsigned long _rx_page_addr
 
u32 _rx_page_order
 
int handler_status
 
u32 flags
 
u16 len [IWL_MAX_CMD_TFDS]
 
u8 dataflags [IWL_MAX_CMD_TFDS]
 
u8 id
 

Detailed Description

struct iwl_host_cmd - Host command to the uCode

: array of chunks that composes the data of the host command : response packet, if CMD_WANT_SKB was set : (internally used to free response packet) : (internally used to free response packet) : return value of the handler of the command (put in setup_rx_handlers) - valid for SYNC mode only : can be CMD_* : array of the lenths of the chunks in data : IWL_HCMD_DFL_* : id of the host command

Definition at line 248 of file iwl-trans.h.

Field Documentation

unsigned long _rx_page_addr

Definition at line 251 of file iwl-trans.h.

u32 _rx_page_order

Definition at line 252 of file iwl-trans.h.

Definition at line 249 of file iwl-trans.h.

u8 dataflags[IWL_MAX_CMD_TFDS]

Definition at line 257 of file iwl-trans.h.

u32 flags

Definition at line 255 of file iwl-trans.h.

int handler_status

Definition at line 253 of file iwl-trans.h.

u8 id

Definition at line 258 of file iwl-trans.h.

Definition at line 256 of file iwl-trans.h.

struct iwl_rx_packet* resp_pkt

Definition at line 250 of file iwl-trans.h.


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