Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c520 IWL_DEBUG_TPT(trans, "Pending allocation requests = %d\n", pending); in iwl_pcie_rx_allocator()
581 IWL_DEBUG_TPT(trans, in iwl_pcie_rx_allocator()
602 IWL_DEBUG_TPT(trans, "%s, exit.\n", __func__); in iwl_pcie_rx_allocator()
1516 IWL_DEBUG_TPT(trans, in iwl_pcie_rx_handle()
1567 IWL_DEBUG_TPT(trans, in iwl_pcie_rx_handle()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/
Diwl-debug.h213 #define IWL_DEBUG_TPT(p, f, a...) IWL_DEBUG(p, IWL_DL_TPT, f, ## a) macro