Lines Matching refs:lk_ahd
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()
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()
1853 if (lk_ahd != packet->info.rx.exp_hdr) { in ath6kl_htc_rx_process_hdr()
1859 "", (u8 *)&lk_ahd, sizeof(lk_ahd)); in ath6kl_htc_rx_process_hdr()