Searched refs:lk_ahd (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/ath/ath6kl/ |
D | hif.c | 144 int ath6kl_hif_poll_mboxmsg_rx(struct ath6kl_device *dev, u32 *lk_ahd, in ath6kl_hif_poll_mboxmsg_rx() argument 172 *lk_ahd = in ath6kl_hif_poll_mboxmsg_rx() 396 u32 lk_ahd = 0; in proc_pending_irqs() local 455 lk_ahd = le32_to_cpu(rg->rx_lkahd[HTC_MAILBOX]); in proc_pending_irqs() 456 if (!lk_ahd) in proc_pending_irqs() 462 if (!host_int_status && !lk_ahd) { in proc_pending_irqs() 467 if (lk_ahd) { in proc_pending_irqs() 471 "pending mailbox msg, lk_ahd: 0x%X\n", lk_ahd); in proc_pending_irqs() 481 lk_ahd, &fetched); in proc_pending_irqs()
|
D | htc_mbox.c | 1338 static void ath6kl_htc_rx_set_indicate(u32 lk_ahd, in ath6kl_htc_rx_set_indicate() argument 1342 struct htc_frame_hdr *htc_hdr = (struct htc_frame_hdr *)&lk_ahd; in ath6kl_htc_rx_set_indicate() 1679 struct htc_lookahead_report *lk_ahd; in htc_parse_trailer() local 1695 len = record->len / sizeof(*lk_ahd); in htc_parse_trailer() 1701 lk_ahd = (struct htc_lookahead_report *) record_buf; in htc_parse_trailer() 1702 if ((lk_ahd->pre_valid == ((~lk_ahd->post_valid) & 0xFF)) && in htc_parse_trailer() 1706 lk_ahd->pre_valid, lk_ahd->post_valid); in htc_parse_trailer() 1709 memcpy((u8 *)&next_lk_ahds[0], lk_ahd->lk_ahd, 4); in htc_parse_trailer() 1736 bundle_lkahd_rpt->lk_ahd, 4); in htc_parse_trailer() 1811 u32 lk_ahd; in ath6kl_htc_rx_process_hdr() local [all …]
|
D | htc.h | 232 u8 lk_ahd[4]; member 237 u8 lk_ahd[4]; member
|
D | hif.h | 271 u32 *lk_ahd, int timeout);
|