#include <linux/pci.h>
#include <linux/pci-aspm.h>
#include <linux/interrupt.h>
#include <linux/debugfs.h>
#include <linux/sched.h>
#include <linux/bitops.h>
#include <linux/gfp.h>
#include "iwl-drv.h"
#include "iwl-trans.h"
#include "iwl-csr.h"
#include "iwl-prph.h"
#include "iwl-agn-hw.h"
#include "internal.h"
#include "dvm/commands.h"
Go to the source code of this file.
#define HW_READY_TIMEOUT (50) |
#define IWL_FLUSH_WAIT_MS 2000 |
#define PCI_CFG_LINK_CTRL_VAL_L0S_EN 0x01 |
#define PCI_CFG_LINK_CTRL_VAL_L1_EN 0x02 |
#define PCI_CFG_RETRY_TIMEOUT 0x041 |
#define SCD_QUEUECHAIN_SEL_ALL |
( |
|
trans, |
|
|
|
trans_pcie |
|
) |
| |
Value:(((1<<
trans->cfg->base_params->num_of_queues) - 1) &\
(~(1<<(trans_pcie)->cmd_queue)))
Definition at line 80 of file trans.c.