Searched refs:ath10k_dbg_dump (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | debug.h | 158 void ath10k_dbg_dump(struct ath10k *ar, 171 static inline void ath10k_dbg_dump(struct ath10k *ar, in ath10k_dbg_dump() function
|
D | htc.c | 289 ath10k_dbg_dump(ar, ATH10K_DBG_HTC, "htc rx bad trailer", "", in ath10k_htc_process_trailer() 314 ath10k_dbg_dump(ar, ATH10K_DBG_HTC, "htc bad header", "", in ath10k_htc_rx_completion_handler() 326 ath10k_dbg_dump(ar, ATH10K_DBG_HTC, "htc bad rx pkt len", "", in ath10k_htc_rx_completion_handler() 335 ath10k_dbg_dump(ar, ATH10K_DBG_HTC, "htc bad rx pkt len", in ath10k_htc_rx_completion_handler()
|
D | testmode.c | 51 ath10k_dbg_dump(ar, ATH10K_DBG_TESTMODE, NULL, "", skb->data, skb->len); in ath10k_tm_event_wmi() 485 ath10k_dbg_dump(ar, ATH10K_DBG_TESTMODE, NULL, "", buf, buf_len); in ath10k_tm_cmd_wmi()
|
D | htt_rx.c | 276 ath10k_dbg_dump(ar, ATH10K_DBG_HTT_DUMP, NULL, "htt rx netbuf pop: ", in ath10k_htt_rx_netbuf_pop() 453 ath10k_dbg_dump(ar, ATH10K_DBG_HTT_DUMP, NULL, "htt rx netbuf pop: ", in ath10k_htt_rx_pop_paddr() 738 ath10k_dbg_dump(ar, ATH10K_DBG_HTT_DUMP, NULL, in ath10k_htt_rx_h_rates() 1003 ath10k_dbg_dump(ar, ATH10K_DBG_HTT_DUMP, NULL, "rx skb: ", in ath10k_process_rx() 1585 ath10k_dbg_dump(ar, ATH10K_DBG_HTT_DUMP, NULL, "htt rx ind: ", in ath10k_htt_rx_handler() 2061 ath10k_dbg_dump(ar, ATH10K_DBG_HTT_DUMP, NULL, "htt event: ", in ath10k_htt_t2h_msg_handler() 2120 ath10k_dbg_dump(ar, ATH10K_DBG_HTT_DUMP, NULL, "htt event: ", in ath10k_htt_t2h_msg_handler()
|
D | pci.c | 1193 ath10k_dbg_dump(ar, ATH10K_DBG_PCI_DUMP, NULL, "pci rx: ", in ath10k_pci_process_rx_cb() 1280 ath10k_dbg_dump(ar, ATH10K_DBG_PCI_DUMP, NULL, "pci tx data: ", in ath10k_pci_hif_tx_sg() 1298 ath10k_dbg_dump(ar, ATH10K_DBG_PCI_DUMP, NULL, "pci tx data: ", in ath10k_pci_hif_tx_sg()
|
D | core.c | 757 ath10k_dbg_dump(ar, ATH10K_DBG_BOOT, "board name", "", in ath10k_core_parse_bd_ie_board() 1098 ath10k_dbg_dump(ar, ATH10K_DBG_BOOT, "features", "", in ath10k_core_fetch_firmware_api_n()
|
D | htt_tx.c | 692 ath10k_dbg_dump(ar, ATH10K_DBG_HTT_DUMP, NULL, "htt tx msdu: ", in ath10k_htt_tx()
|
D | debug.c | 2222 void ath10k_dbg_dump(struct ath10k *ar, in ath10k_dbg_dump() function 2253 EXPORT_SYMBOL(ath10k_dbg_dump);
|
D | wmi.c | 4450 ath10k_dbg_dump(ar, ATH10K_DBG_WMI, NULL, "wmi svc: ", in ath10k_wmi_event_service_ready_work()
|