Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/
Dinternal.h350 #define IWL_FIRST_TB_SIZE_ALIGN ALIGN(IWL_FIRST_TB_SIZE, 64) macro
361 u8 buf[IWL_FIRST_TB_SIZE_ALIGN];
Dtx.c532 BUILD_BUG_ON(IWL_FIRST_TB_SIZE_ALIGN != sizeof(*txq->first_tb_bufs)); in iwl_pcie_txq_alloc()