Searched refs:ICT_SIZE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | rx.c | 1707 #define ICT_SIZE (1 << ICT_SHIFT) macro 1708 #define ICT_COUNT (ICT_SIZE / sizeof(u32)) 2066 dma_free_coherent(trans->dev, ICT_SIZE, in iwl_pcie_free_ict() 2076 * block of ICT_SIZE. 2084 dma_alloc_coherent(trans->dev, ICT_SIZE, in iwl_pcie_alloc_ict() 2090 if (WARN_ON(trans_pcie->ict_tbl_dma & (ICT_SIZE - 1))) { in iwl_pcie_alloc_ict() 2112 memset(trans_pcie->ict_tbl, 0, ICT_SIZE); in iwl_pcie_reset_ict()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | rx.c | 1725 #define ICT_SIZE (1 << ICT_SHIFT) macro 1726 #define ICT_COUNT (ICT_SIZE / sizeof(u32)) 2095 dma_free_coherent(trans->dev, ICT_SIZE, in iwl_pcie_free_ict() 2105 * block of ICT_SIZE. 2113 dma_alloc_coherent(trans->dev, ICT_SIZE, in iwl_pcie_alloc_ict() 2119 if (WARN_ON(trans_pcie->ict_tbl_dma & (ICT_SIZE - 1))) { in iwl_pcie_alloc_ict() 2141 memset(trans_pcie->ict_tbl, 0, ICT_SIZE); in iwl_pcie_reset_ict()
|
Completed in 6 milliseconds