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

#include <iwl-test.h>

Data Fields

int(* send_cmd )(struct iwl_op_mode *op_modes, struct iwl_host_cmd *cmd)
 
bool(* valid_hw_addr )(u32 addr)
 
u32(* get_fw_ver )(struct iwl_op_mode *op_mode)
 
struct sk_buff *(* alloc_reply )(struct iwl_op_mode *op_mode, int len)
 
int(* reply )(struct iwl_op_mode *op_mode, struct sk_buff *skb)
 
struct sk_buff *(* alloc_event )(struct iwl_op_mode *op_mode, int len)
 
void(* event )(struct iwl_op_mode *op_mode, struct sk_buff *skb)
 

Detailed Description

Definition at line 120 of file iwl-test.h.

Field Documentation

struct sk_buff*(* alloc_event)(struct iwl_op_mode *op_mode, int len)
read

Definition at line 128 of file iwl-test.h.

struct sk_buff*(* alloc_reply)(struct iwl_op_mode *op_mode, int len)
read

Definition at line 126 of file iwl-test.h.

Definition at line 129 of file iwl-test.h.

u32(* get_fw_ver)(struct iwl_op_mode *op_mode)

Definition at line 124 of file iwl-test.h.

int(* reply)(struct iwl_op_mode *op_mode, struct sk_buff *skb)

Definition at line 127 of file iwl-test.h.

int(* send_cmd)(struct iwl_op_mode *op_modes, struct iwl_host_cmd *cmd)

Definition at line 121 of file iwl-test.h.

bool(* valid_hw_addr)(u32 addr)

Definition at line 123 of file iwl-test.h.


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