Home
last modified time | relevance | path

Searched refs:post_valid (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h235 * equal the inverse of the post_valid byte.
240 u8 post_valid; member
H A Dhtc_mbox.c1700 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->post_valid); in htc_parse_trailer()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtc.h236 u8 post_valid; member
H A Dhtc.c286 if (report->pre_valid != ((~report->post_valid) & 0xFF)) in ath10k_htc_process_lookahead()
291 "htc rx lookahead found pre_valid 0x%x post_valid 0x%x\n", in ath10k_htc_process_lookahead()
292 report->pre_valid, report->post_valid); in ath10k_htc_process_lookahead()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtc.h236 u8 post_valid; member
H A Dhtc.c295 if (report->pre_valid != ((~report->post_valid) & 0xFF)) in ath10k_htc_process_lookahead()
300 "htc rx lookahead found pre_valid 0x%x post_valid 0x%x\n", in ath10k_htc_process_lookahead()
301 report->pre_valid, report->post_valid); in ath10k_htc_process_lookahead()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h235 * equal the inverse of the post_valid byte.
240 u8 post_valid; member
H A Dhtc_mbox.c1700 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->post_valid); in htc_parse_trailer()

Completed in 14 milliseconds