Home
last modified time | relevance | path

Searched refs:iwl_txq_crosses_4g_boundary (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dctxt-info.c28 if (unlikely(iwl_txq_crosses_4g_boundary(*phys, size))) { in _iwl_pcie_ctxt_info_dma_alloc_coherent()
H A Dtx-gen2.c74 if (likely(!iwl_txq_crosses_4g_boundary(phys, len))) { in iwl_txq_gen2_set_tb_with_wa()
621 WARN(iwl_txq_crosses_4g_boundary(addr, len), in iwl_txq_gen2_set_tb()
H A Dinternal.h689 static inline bool iwl_txq_crosses_4g_boundary(u64 phys, u16 len) in iwl_txq_crosses_4g_boundary() function