/wlan-driver/qca-wifi-host-cmn/hif/src/ |
D | mp_dev.c | 175 qdf_debug("0x%x\t", val); in priv_dump_chaninfo() 177 qdf_debug("\n"); in priv_dump_chaninfo() 184 qdf_debug("0x%x\t", ((tmp >> 16) & 0x0000ffff)); in priv_dump_chaninfo() 185 qdf_debug("0x%x\t", (tmp & 0x0000ffff)); in priv_dump_chaninfo() 187 qdf_debug("\n"); in priv_dump_chaninfo() 198 qdf_debug("0x%x\t", in priv_dump_chaninfo() 200 qdf_debug("0x%x\t", (tmp & 0x0000ffff)); in priv_dump_chaninfo() 202 qdf_debug("\n"); in priv_dump_chaninfo() 215 qdf_debug("0x%x\t", val); in priv_dump_chaninfo() 217 qdf_debug("\n"); in priv_dump_chaninfo() [all …]
|
D | hif_napi.h | 191 qdf_debug("wlan: NAPI: %s:%d "fmt, __func__, __LINE__, ##__VA_ARGS__)
|
D | hif_napi.c | 1390 qdf_debug("%s: napiid struct is null", __func__); 1395 qdf_debug("NAPI CPU TABLE"); 1396 qdf_debug("lilclhead=%d, bigclhead=%d", 1399 …qdf_debug("CPU[%02d]: state:%d crid=%02d clid=%02d crmk:0x%0lx thmk:0x%0lx frq:%d napi = 0x%08x ln…
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
D | qdf_pkt_add_timestamp.c | 66 qdf_debug("dp_pkt_add_timestamp %d", dp_pkt_add_timestamp); in qdf_show_dp_pkt_add_ts_info() 67 qdf_debug("enable_protocol_bitmap %x", in qdf_show_dp_pkt_add_ts_info() 69 qdf_debug("current_index %d", dp_pkt_ts_info.current_index); in qdf_show_dp_pkt_add_ts_info() 74 qdf_debug("proto %d port %d offset %d", in qdf_show_dp_pkt_add_ts_info()
|
D | qdf_nbuf.c | 194 qdf_debug("Current Snapshot of the Driver:"); in qdf_nbuf_tx_desc_count_display() 195 qdf_debug("Data Packets:"); in qdf_nbuf_tx_desc_count_display() 196 qdf_debug("HDD %d TXRX_Q %d TXRX %d HTT %d", in qdf_nbuf_tx_desc_count_display() 207 qdf_debug(" HTC %d HIF %d CE %d TX_COMP %d", in qdf_nbuf_tx_desc_count_display() 215 qdf_debug("Mgmt Packets:"); in qdf_nbuf_tx_desc_count_display() 216 qdf_debug("TXRX_Q %d TXRX %d HTT %d HTC %d HIF %d CE %d TX_COMP %d", in qdf_nbuf_tx_desc_count_display() 2723 qdf_debug("ARP packet: local IP: %x dest IP: %x", in __qdf_nbuf_is_arp_local() 5205 qdf_debug("he_flags %x %x he-RU %x %x %x %x", in qdf_nbuf_update_radiotap_he_mu_flags() 5784 qdf_debug("DEBUG: Not enough space to update radiotap"); in qdf_nbuf_update_radiotap()
|
D | qdf_mem.c | 2642 qdf_debug("physical address below 0x%x, re-alloc", in qdf_mem_dma_alloc()
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
D | htt_tx.c | 1060 qdf_debug("HTT tx desc (@ %pK):", htt_tx_desc); in htt_tx_desc_display() 1061 qdf_debug(" msg type = %d", htt_tx_desc->msg_type); in htt_tx_desc_display() 1062 qdf_debug(" pkt subtype = %d", htt_tx_desc->pkt_subtype); in htt_tx_desc_display() 1063 qdf_debug(" pkt type = %d", htt_tx_desc->pkt_type); in htt_tx_desc_display() 1064 qdf_debug(" vdev ID = %d", htt_tx_desc->vdev_id); in htt_tx_desc_display() 1065 qdf_debug(" ext TID = %d", htt_tx_desc->ext_tid); in htt_tx_desc_display() 1066 qdf_debug(" postponed = %d", htt_tx_desc->postponed); in htt_tx_desc_display() 1067 qdf_debug(" extension = %d", htt_tx_desc->extension); in htt_tx_desc_display() 1068 qdf_debug(" cksum_offload = %d", htt_tx_desc->cksum_offload); in htt_tx_desc_display() 1069 qdf_debug(" tx_compl_req= %d", htt_tx_desc->tx_compl_req); in htt_tx_desc_display() [all …]
|
D | htt_fw_stats.c | 1188 qdf_debug("Target doesn't support stats type %d", type); in htt_t2h_stats_print() 1191 qdf_debug("Target couldn't upload stats type %d (no mem?)", in htt_t2h_stats_print() 1241 qdf_debug("HTT_DBG_STATS_TX_PPDU_LOG -- length = 0!"); in htt_t2h_stats_print()
|
/wlan-driver/qca-wifi-host-cmn/qdf/src/ |
D | qdf_parse.c | 170 qdf_debug("Section started in global file"); in qdf_ini_parse() 256 qdf_debug("INI file parse fail: Section not found %s", in qdf_ini_section_parse()
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/utils/src/ |
D | wlan_utility.c | 2055 qdf_debug("==> iter vdev id: %d: ieee %d, mode %d", in wlan_pdev_chan_match() 2059 qdf_debug("fl %016llx, fl-ext %08x, s1 %d, s2 %d ", in wlan_pdev_chan_match() 2063 qdf_debug("==> base vdev id: %d: ieee %d mode %d", in wlan_pdev_chan_match() 2067 qdf_debug("fl %016llx, fl-ext %08x s1 %d, s2 %d", in wlan_pdev_chan_match() 2323 qdf_debug("Minidump: Type not implemented"); in wlan_minidump_log_enabled() 2344 qdf_debug("Minidump: Psoc is NULL"); in wlan_minidump_log() 2363 qdf_debug("Minidump: Psoc is NULL"); in wlan_minidump_remove()
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
D | qdf_types.h | 803 #define qdf_debug(args...) QDF_TRACE_DEBUG(QDF_MODULE_ID_ANY, ## args) macro 824 #define qdf_debug(params...) QDF_TRACE_DEBUG(QDF_MODULE_ID_QDF, ## params) macro
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ |
D | ce_tasklet.c | 675 qdf_debug("CE interrupt statistics:"); in hif_display_ce_stats() 687 qdf_debug("CE id[%2d] - %s", i, str_buffer); in hif_display_ce_stats()
|
D | ce_service.c | 1959 qdf_debug("Already Enabled"); in hif_ce_en_desc_hist() 1970 qdf_debug("Already Disabled"); in hif_ce_en_desc_hist()
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_tx_ll_fastpath.c | 251 qdf_debug("htt_fdesc=%pK frag=%d frag_paddr=0x%0llx len=%zu", in ol_tx_prepare_ll_fast()
|
D | ol_tx_desc.c | 806 qdf_debug("htt_fdesc=%pK frag=%d frag_vaddr=0x%pK frag_paddr=0x%llx len=%zu", in ol_tx_desc_ll()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ipcie/ |
D | if_ipci.c | 585 qdf_debug("Set affinity %*pbl fails for IRQ %d ", in hif_ipci_irq_set_affinity_hint()
|
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/ |
D | pktlog_ac.c | 939 qdf_debug("pktlog buffer is cleared"); in pktlog_clearbuff()
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/mlme/src/ |
D | osif_cm_connect_rsp.c | 724 qdf_debug("MLO vdev fill everything in mlo fill params"); in osif_copy_connected_info()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/ |
D | if_pci.c | 3250 qdf_debug("Set affinity %*pbl fails for IRQ %d ", in hif_pci_irq_set_affinity_hint() 3255 qdf_debug("Offline CPU: Set affinity fails for IRQ: %d", in hif_pci_irq_set_affinity_hint()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/ |
D | dp_rx_mon.c | 359 qdf_debug("pilot evm count is more than expected"); in dp_rx_populate_su_evm_details()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_htt.c | 994 qdf_debug("config: %d", config);
|
D | dp_main.c | 9951 qdf_debug("TIMEOUT_OCCURS"); in dp_get_obss_stats()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_main.c | 2702 qdf_debug("Update band capability %x", band_capability); in hdd_update_band_cap_from_dot11mode()
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_tlv.c | 10407 qdf_debug("INIT_CMD version: %d, %d, 0x%x, 0x%x, 0x%x, 0x%x", in copy_fw_abi_version_tlv()
|