Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/
Diwl-trans.h841 #define IWL_FIRST_TB_SIZE_ALIGN ALIGN(IWL_FIRST_TB_SIZE, 64) macro
852 u8 buf[IWL_FIRST_TB_SIZE_ALIGN];
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/queue/
Dtx.c1064 BUILD_BUG_ON(sizeof(*txq->first_tb_bufs) != IWL_FIRST_TB_SIZE_ALIGN); in iwl_txq_alloc()