Lines Matching refs:lk_ahd
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
1823 memcpy((u8 *)&lk_ahd, packet->buf, sizeof(lk_ahd)); in ath6kl_htc_rx_process_hdr()
1831 packet->info.rx.exp_hdr = lk_ahd; in ath6kl_htc_rx_process_hdr()
1837 payload_len, lk_ahd); in ath6kl_htc_rx_process_hdr()
1855 if (lk_ahd != packet->info.rx.exp_hdr) { in ath6kl_htc_rx_process_hdr()
1861 "", (u8 *)&lk_ahd, sizeof(lk_ahd)); in ath6kl_htc_rx_process_hdr()