Searched refs:htc_panic (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c365 struct htc_panic_bad_vaddr *htc_panic; ath9k_htc_fw_panic_report() local
366 htc_panic = (struct htc_panic_bad_vaddr *) skb->data; ath9k_htc_fw_panic_report()
369 htc_panic->exccause, htc_panic->pc, ath9k_htc_fw_panic_report()
370 htc_panic->badvaddr); ath9k_htc_fw_panic_report()
375 struct htc_panic_bad_epid *htc_panic; ath9k_htc_fw_panic_report() local
376 htc_panic = (struct htc_panic_bad_epid *) skb->data; ath9k_htc_fw_panic_report()
378 "bad epid: 0x%08x\n", htc_panic->epid); ath9k_htc_fw_panic_report()

Completed in 79 milliseconds