Home
last modified time | relevance | path

Searched refs:qdf_debug (Results 1 – 24 of 24) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dmp_dev.c175 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 …]
Dhif_napi.h191 qdf_debug("wlan: NAPI: %s:%d "fmt, __func__, __LINE__, ##__VA_ARGS__)
Dhif_napi.c1390 qdf_debug("%s: napiid struct is null", __func__);
1395 qdf_debug("NAPI CPU TABLE");
1396 qdf_debug("lilclhead=%d, bigclhead=%d",
1399qdf_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/
Dqdf_pkt_add_timestamp.c66 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()
Dqdf_nbuf.c194 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()
Dqdf_mem.c2642 qdf_debug("physical address below 0x%x, re-alloc", in qdf_mem_dma_alloc()
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_tx.c1060 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 …]
Dhtt_fw_stats.c1188 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/
Dqdf_parse.c170 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/
Dwlan_utility.c2055 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/
Dqdf_types.h803 #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/
Dce_tasklet.c675 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()
Dce_service.c1959 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/
Dol_tx_ll_fastpath.c251 qdf_debug("htt_fdesc=%pK frag=%d frag_paddr=0x%0llx len=%zu", in ol_tx_prepare_ll_fast()
Dol_tx_desc.c806 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/
Dif_ipci.c585 qdf_debug("Set affinity %*pbl fails for IRQ %d ", in hif_ipci_irq_set_affinity_hint()
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
Dpktlog_ac.c939 qdf_debug("pktlog buffer is cleared"); in pktlog_clearbuff()
/wlan-driver/qca-wifi-host-cmn/os_if/linux/mlme/src/
Dosif_cm_connect_rsp.c724 qdf_debug("MLO vdev fill everything in mlo fill params"); in osif_copy_connected_info()
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
Dif_pci.c3250 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/
Ddp_rx_mon.c359 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/
Ddp_htt.c994 qdf_debug("config: %d", config);
Ddp_main.c9951 qdf_debug("TIMEOUT_OCCURS"); in dp_get_obss_stats()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_main.c2702 qdf_debug("Update band capability %x", band_capability); in hdd_update_band_cap_from_dot11mode()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c10407 qdf_debug("INIT_CMD version: %d, %d, 0x%x, 0x%x, 0x%x, 0x%x", in copy_fw_abi_version_tlv()