Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A 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()
1540 IWL_DEBUG_TPT(trans, in iwl_pcie_rx_handle()
1591 IWL_DEBUG_TPT(trans, in iwl_pcie_rx_handle()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-debug.h213 #define IWL_DEBUG_TPT(p, f, a...) IWL_DEBUG(p, IWL_DL_TPT, f, ## a) macro