Home
last modified time | relevance | path

Searched refs:IWL_MAX_CMD_TFDS (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-trans.h214 #define IWL_MAX_CMD_TFDS 2 macro
244 const void *data[IWL_MAX_CMD_TFDS];
251 u16 len[IWL_MAX_CMD_TFDS];
252 u8 dataflags[IWL_MAX_CMD_TFDS];
Diwl-trans-pcie-tx.c684 const u8 *cmddata[IWL_MAX_CMD_TFDS]; in iwl_enqueue_hcmd()
685 u16 cmdlen[IWL_MAX_CMD_TFDS]; in iwl_enqueue_hcmd()
687 const void *trace_bufs[IWL_MAX_CMD_TFDS + 1] = {}; in iwl_enqueue_hcmd()
688 int trace_lens[IWL_MAX_CMD_TFDS + 1] = {}; in iwl_enqueue_hcmd()
701 BUILD_BUG_ON(IWL_MAX_CMD_TFDS > IWL_NUM_OF_TBS - 1); in iwl_enqueue_hcmd()
703 for (i = 0; i < IWL_MAX_CMD_TFDS; i++) { in iwl_enqueue_hcmd()
771 for (i = 0; i < IWL_MAX_CMD_TFDS; i++) { in iwl_enqueue_hcmd()
829 for (i = 0; i < IWL_MAX_CMD_TFDS; i++) { in iwl_enqueue_hcmd()
859 BUILD_BUG_ON(IWL_MAX_CMD_TFDS + 1 != 3); in iwl_enqueue_hcmd()