Home
last modified time | relevance | path

Searched refs:ath10k_htc_hdr (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtc.c50 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_restore_tx_skb()
57 struct ath10k_htc_hdr *hdr; in ath10k_htc_notify_tx_completion()
71 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_notify_tx_completion()
92 struct ath10k_htc_hdr *hdr; in ath10k_htc_prepare_tx_skb()
94 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_prepare_tx_skb()
95 memset(hdr, 0, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_prepare_tx_skb()
185 skb_push(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send()
223 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send()
443 struct ath10k_htc_hdr *hdr; in ath10k_htc_rx_completion_handler()
451 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_rx_completion_handler()
[all …]
H A Dhtc.h74 struct ath10k_htc_hdr { struct
261 struct ath10k_htc_hdr hdr;
358 sizeof(struct ath10k_htc_hdr))
H A Dusb.c24 eid_from_htc_hdr(struct ath10k_htc_hdr *htc_hdr) in eid_from_htc_hdr()
29 static inline bool is_trailer_only_msg(struct ath10k_htc_hdr *htc_hdr) in is_trailer_only_msg()
283 struct ath10k_htc_hdr *htc_hdr; in ath10k_usb_tx_complete()
286 htc_hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_usb_tx_complete()
295 struct ath10k_htc_hdr *htc_hdr; in ath10k_usb_rx_complete()
302 htc_hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_usb_rx_complete()
H A Dsdio.c75 struct ath10k_htc_hdr *htc_hdr = in is_trailer_only_msg()
76 (struct ath10k_htc_hdr *)pkt->skb->data; in is_trailer_only_msg()
386 struct ath10k_htc_hdr *htc_hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_sdio_mbox_rx_process_packet()
435 id = ((struct ath10k_htc_hdr *) in ath10k_sdio_mbox_rx_process_packets()
501 struct ath10k_htc_hdr *htc_hdr, in ath10k_sdio_mbox_alloc_bundle()
541 struct ath10k_htc_hdr *htc_hdr; in ath10k_sdio_mbox_rx_alloc()
555 htc_hdr = (struct ath10k_htc_hdr *)&lookaheads[i]; in ath10k_sdio_mbox_rx_alloc()
647 struct ath10k_htc_hdr *htc_hdr; in ath10k_sdio_mbox_rx_fetch()
655 htc_hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_sdio_mbox_rx_fetch()
677 struct ath10k_htc_hdr *htc_hdr; in ath10k_sdio_mbox_rx_fetch_bundle()
[all …]
H A Dsdio.h29 (ATH10K_SDIO_MAX_BUFFER_SIZE - sizeof(struct ath10k_htc_hdr))
H A Dhtt.h1775 struct ath10k_htc_hdr htc_hdr;
1782 struct ath10k_htc_hdr htc_hdr;
H A Dsnoc.c635 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_snoc_htt_rx_deliver()
H A Dhtt_tx.c1270 sizeof(struct ath10k_htc_hdr))
H A Dpci.c1394 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_pci_htt_rx_deliver()