Linux Kernel
3.7.1
|
#include <iwl-trans.h>
Data Fields | |
const void * | data [IWL_MAX_CMD_TFDS] |
struct iwl_rx_packet * | resp_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 |
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.
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.
Definition at line 258 of file iwl-trans.h.
u16 len[IWL_MAX_CMD_TFDS] |
Definition at line 256 of file iwl-trans.h.
struct iwl_rx_packet* resp_pkt |
Definition at line 250 of file iwl-trans.h.