Home
last modified time | relevance | path

Searched refs:htc_record_hdr (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c854 struct htc_record_hdr *record; in htc_process_trailer()
859 if (len < sizeof(struct htc_record_hdr)) { in htc_process_trailer()
865 record = (struct htc_record_hdr *) buffer; in htc_process_trailer()
866 len -= sizeof(struct htc_record_hdr); in htc_process_trailer()
867 buffer += sizeof(struct htc_record_hdr); in htc_process_trailer()
998 if ((hdr_info < sizeof(struct htc_record_hdr)) || in ath6kl_htc_pipe_rx_complete()
Dhtc_mbox.c1670 struct htc_record_hdr *record, in htc_parse_trailer()
1753 struct htc_record_hdr *record; in htc_proc_trailer()
1767 if (len < sizeof(struct htc_record_hdr)) { in htc_proc_trailer()
1772 record = (struct htc_record_hdr *) buf; in htc_proc_trailer()
1773 len -= sizeof(struct htc_record_hdr); in htc_proc_trailer()
1774 buf += sizeof(struct htc_record_hdr); in htc_proc_trailer()
1864 if (htc_hdr->ctrl[0] < sizeof(struct htc_record_hdr) || in ath6kl_htc_rx_process_hdr()
Dhtc.h222 struct htc_record_hdr { struct