Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.h54 static inline bool iwl_txq_crosses_4g_boundary(u64 phys, u16 len) in iwl_txq_crosses_4g_boundary() function
H A Dtx.c100 WARN(iwl_txq_crosses_4g_boundary(addr, len), in iwl_txq_gen2_set_tb()
228 if (likely(!iwl_txq_crosses_4g_boundary(phys, len))) { in iwl_txq_gen2_set_tb_with_wa()
/openbmc/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()