Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtc.c57 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_restore_tx_skb()
83 struct ath10k_htc_hdr *hdr; in ath10k_htc_prepare_tx_skb()
85 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_prepare_tx_skb()
117 skb_push(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send()
174 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send()
394 struct ath10k_htc_hdr *hdr; in ath10k_htc_rx_completion_handler()
402 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_rx_completion_handler()
828 skb = dev_alloc_skb(size + sizeof(struct ath10k_htc_hdr)); in ath10k_htc_alloc_skb()
832 skb_reserve(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_alloc_skb()
Dhtc.h67 struct ath10k_htc_hdr { struct
236 struct ath10k_htc_hdr hdr;
333 sizeof(struct ath10k_htc_hdr))
Dusb.c35 eid_from_htc_hdr(struct ath10k_htc_hdr *htc_hdr) in eid_from_htc_hdr()
40 static inline bool is_trailer_only_msg(struct ath10k_htc_hdr *htc_hdr) in is_trailer_only_msg()
286 struct ath10k_htc_hdr *htc_hdr; in ath10k_usb_tx_complete()
289 htc_hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_usb_tx_complete()
298 struct ath10k_htc_hdr *htc_hdr; in ath10k_usb_rx_complete()
305 htc_hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_usb_rx_complete()
Dsdio.c81 struct ath10k_htc_hdr *htc_hdr = in is_trailer_only_msg()
82 (struct ath10k_htc_hdr *)pkt->skb->data; in is_trailer_only_msg()
392 struct ath10k_htc_hdr *htc_hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_sdio_mbox_rx_process_packet()
400 skb->len = payload_len + sizeof(struct ath10k_htc_hdr); in ath10k_sdio_mbox_rx_process_packet()
445 id = ((struct ath10k_htc_hdr *) in ath10k_sdio_mbox_rx_process_packets()
505 struct ath10k_htc_hdr *htc_hdr, in ath10k_sdio_mbox_alloc_pkt_bundle()
544 struct ath10k_htc_hdr *htc_hdr; in ath10k_sdio_mbox_rx_alloc()
559 htc_hdr = (struct ath10k_htc_hdr *)&lookaheads[i]; in ath10k_sdio_mbox_rx_alloc()
Dsdio.h48 (ATH10K_SDIO_MAX_BUFFER_SIZE - sizeof(struct ath10k_htc_hdr))
Dhtt.h1693 struct ath10k_htc_hdr htc_hdr;
1700 struct ath10k_htc_hdr htc_hdr;
Dsnoc.c441 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_snoc_htt_rx_deliver()
Dpci.c1344 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_pci_htt_rx_deliver()