Searched refs:lk_ahd (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/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, in proc_pending_irqs() [all...] |
H A D | htc_mbox.c | 1336 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() 1703 "htc rx lk_ahd found pre_valid 0x%x post_valid 0x%x\n", in htc_parse_trailer() 1704 lk_ahd->pre_valid, lk_ahd in htc_parse_trailer() 1809 u32 lk_ahd; ath6kl_htc_rx_process_hdr() local [all...] |
H A D | htc.h | 233 * NOTE: The lk_ahd array is guarded by a pre_valid 239 u8 lk_ahd[4]; member 244 u8 lk_ahd[4]; member
|
H A D | hif.h | 265 u32 *lk_ahd, int timeout);
|
/kernel/linux/linux-6.6/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, in proc_pending_irqs() [all...] |
H A D | htc_mbox.c | 1336 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() 1703 "htc rx lk_ahd found pre_valid 0x%x post_valid 0x%x\n", in htc_parse_trailer() 1704 lk_ahd->pre_valid, lk_ahd in htc_parse_trailer() 1809 u32 lk_ahd; ath6kl_htc_rx_process_hdr() local [all...] |
H A D | htc.h | 233 * NOTE: The lk_ahd array is guarded by a pre_valid 239 u8 lk_ahd[4]; member 244 u8 lk_ahd[4]; member
|
H A D | hif.h | 265 u32 *lk_ahd, int timeout);
|
Completed in 11 milliseconds