Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c855 struct htc_record_hdr *record; in htc_process_trailer()
860 if (len < sizeof(struct htc_record_hdr)) { in htc_process_trailer()
866 record = (struct htc_record_hdr *) buffer; in htc_process_trailer()
867 len -= sizeof(struct htc_record_hdr); in htc_process_trailer()
868 buffer += sizeof(struct htc_record_hdr); in htc_process_trailer()
999 if ((hdr_info < sizeof(struct htc_record_hdr)) || in ath6kl_htc_pipe_rx_complete()
H A Dhtc_mbox.c1671 struct htc_record_hdr *record, in htc_parse_trailer()
1754 struct htc_record_hdr *record; in htc_proc_trailer()
1768 if (len < sizeof(struct htc_record_hdr)) { in htc_proc_trailer()
1773 record = (struct htc_record_hdr *) buf; in htc_proc_trailer()
1774 len -= sizeof(struct htc_record_hdr); in htc_proc_trailer()
1775 buf += sizeof(struct htc_record_hdr); in htc_proc_trailer()
1865 if (htc_hdr->ctrl[0] < sizeof(struct htc_record_hdr) || in ath6kl_htc_rx_process_hdr()
H A Dhtc.h222 struct htc_record_hdr { struct