Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h730 #define IWL_FIRST_TB_SIZE_ALIGN ALIGN(IWL_FIRST_TB_SIZE, 64) macro
741 u8 buf[IWL_FIRST_TB_SIZE_ALIGN];
/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx.c769 BUILD_BUG_ON(sizeof(*txq->first_tb_bufs) != IWL_FIRST_TB_SIZE_ALIGN); in iwl_pcie_txq_alloc()