Home
last modified time | relevance | path

Searched refs:lk_ahd (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dhif.c141 int ath6kl_hif_poll_mboxmsg_rx(struct ath6kl_device *dev, u32 *lk_ahd, in ath6kl_hif_poll_mboxmsg_rx() argument
169 *lk_ahd = in ath6kl_hif_poll_mboxmsg_rx()
393 u32 lk_ahd = 0; in proc_pending_irqs() local
452 lk_ahd = le32_to_cpu(rg->rx_lkahd[HTC_MAILBOX]); in proc_pending_irqs()
453 if (!lk_ahd) in proc_pending_irqs()
459 if (!host_int_status && !lk_ahd) { in proc_pending_irqs()
464 if (lk_ahd) { in proc_pending_irqs()
468 "pending mailbox msg, lk_ahd: 0x%X\n", lk_ahd); in proc_pending_irqs()
478 lk_ahd, &fetched); in proc_pending_irqs()
Dhtc_mbox.c1336 static void ath6kl_htc_rx_set_indicate(u32 lk_ahd, in ath6kl_htc_rx_set_indicate() argument
1340 struct htc_frame_hdr *htc_hdr = (struct htc_frame_hdr *)&lk_ahd; in ath6kl_htc_rx_set_indicate()
1677 struct htc_lookahead_report *lk_ahd; in htc_parse_trailer() local
1693 len = record->len / sizeof(*lk_ahd); in htc_parse_trailer()
1699 lk_ahd = (struct htc_lookahead_report *) record_buf; in htc_parse_trailer()
1700 if ((lk_ahd->pre_valid == ((~lk_ahd->post_valid) & 0xFF)) && in htc_parse_trailer()
1704 lk_ahd->pre_valid, lk_ahd->post_valid); in htc_parse_trailer()
1707 memcpy((u8 *)&next_lk_ahds[0], lk_ahd->lk_ahd, 4); in htc_parse_trailer()
1734 bundle_lkahd_rpt->lk_ahd, 4); in htc_parse_trailer()
1809 u32 lk_ahd; in ath6kl_htc_rx_process_hdr() local
[all …]
Dhtc.h232 u8 lk_ahd[4]; member
237 u8 lk_ahd[4]; member
Dhif.h271 u32 *lk_ahd, int timeout);