Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dhtc.c47 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_restore_tx_skb()
73 struct ath10k_htc_hdr *hdr; in ath10k_htc_prepare_tx_skb()
75 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_prepare_tx_skb()
76 memset(hdr, 0, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_prepare_tx_skb()
109 skb_push(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send()
170 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send()
390 struct ath10k_htc_hdr *hdr; in ath10k_htc_rx_completion_handler()
398 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_rx_completion_handler()
827 skb = dev_alloc_skb(size + sizeof(struct ath10k_htc_hdr)); in ath10k_htc_alloc_skb()
831 skb_reserve(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_alloc_skb()
Dhtc.h55 struct ath10k_htc_hdr { struct
224 struct ath10k_htc_hdr hdr;
321 sizeof(struct ath10k_htc_hdr))
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()
275 struct ath10k_htc_hdr *htc_hdr; in ath10k_usb_tx_complete()
278 htc_hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_usb_tx_complete()
287 struct ath10k_htc_hdr *htc_hdr; in ath10k_usb_rx_complete()
294 htc_hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_usb_rx_complete()
Dsdio.c70 struct ath10k_htc_hdr *htc_hdr = in is_trailer_only_msg()
71 (struct ath10k_htc_hdr *)pkt->skb->data; in is_trailer_only_msg()
381 struct ath10k_htc_hdr *htc_hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_sdio_mbox_rx_process_packet()
429 id = ((struct ath10k_htc_hdr *) in ath10k_sdio_mbox_rx_process_packets()
489 struct ath10k_htc_hdr *htc_hdr, in ath10k_sdio_mbox_alloc_pkt_bundle()
528 struct ath10k_htc_hdr *htc_hdr; in ath10k_sdio_mbox_rx_alloc()
543 htc_hdr = (struct ath10k_htc_hdr *)&lookaheads[i]; in ath10k_sdio_mbox_rx_alloc()
630 struct ath10k_htc_hdr *htc_hdr; in ath10k_sdio_mbox_rx_packet()
642 htc_hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_sdio_mbox_rx_packet()
Dsdio.h37 (ATH10K_SDIO_MAX_BUFFER_SIZE - sizeof(struct ath10k_htc_hdr))
Dhtt.h1856 struct ath10k_htc_hdr htc_hdr;
1863 struct ath10k_htc_hdr htc_hdr;
Dsnoc.c628 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_snoc_htt_rx_deliver()
Dhtt_tx.c1232 sizeof(struct ath10k_htc_hdr))
Dpci.c1334 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_pci_htt_rx_deliver()