Linux Kernel
3.7.1
|
#include <iwl-trans.h>
Data Fields | |
struct iwl_op_mode * | op_mode |
u8 | cmd_queue |
u8 | cmd_fifo |
const u8 * | no_reclaim_cmds |
int | n_no_reclaim_cmds |
bool | rx_buf_size_8k |
unsigned int | queue_watchdog_timeout |
const char ** | command_names |
struct iwl_trans_config - transport configuration
: pointer to the upper layer. : the index of the command queue. Must be set before start_fw. : the fifo for host commands : Some devices erroneously don't set the SEQ_RX_FRAME bit on some notifications, this is the list of such notifications to filter. Max length is MAX_NO_RECLAIM_CMDS. : # of commands in list : 8 kB RX buffer size needed for A-MSDUs, if unset 4k will be the RX buffer size : time (in ms) after which queues are considered stuck and will trigger device restart : array of command names, must be 256 entries (one for each command); for debugging only
Definition at line 322 of file iwl-trans.h.
u8 cmd_fifo |
Definition at line 326 of file iwl-trans.h.
u8 cmd_queue |
Definition at line 325 of file iwl-trans.h.
Definition at line 332 of file iwl-trans.h.
int n_no_reclaim_cmds |
Definition at line 328 of file iwl-trans.h.
Definition at line 327 of file iwl-trans.h.
struct iwl_op_mode* op_mode |
Definition at line 323 of file iwl-trans.h.
unsigned int queue_watchdog_timeout |
Definition at line 331 of file iwl-trans.h.
bool rx_buf_size_8k |
Definition at line 330 of file iwl-trans.h.