Searched refs:lk_ahd (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | hif.c | 141 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()
|
H A D | htc_mbox.c | 1677 struct htc_lookahead_report *lk_ahd; in htc_parse_trailer() local 1693 len = record->len / sizeof(*lk_ahd); 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 1821 memcpy((u8 *)&lk_ahd, packet->buf, sizeof(lk_ahd)); in ath6kl_htc_rx_process_hdr() 1829 packet->info.rx.exp_hdr = lk_ahd; in ath6kl_htc_rx_process_hdr() 1835 payload_len, lk_ahd); in ath6kl_htc_rx_process_hdr() [all …]
|
H A D | htc.h | 239 u8 lk_ahd[4]; member 244 u8 lk_ahd[4]; member
|
H A D | hif.h | 265 u32 *lk_ahd, int timeout);
|