Lines Matching refs:ath10k_htc_hdr
47 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_restore_tx_skb()
54 struct ath10k_htc_hdr *hdr; in ath10k_htc_notify_tx_completion()
68 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_notify_tx_completion()
89 struct ath10k_htc_hdr *hdr; in ath10k_htc_prepare_tx_skb()
91 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_prepare_tx_skb()
92 memset(hdr, 0, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_prepare_tx_skb()
182 skb_push(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send()
220 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send()
440 struct ath10k_htc_hdr *hdr; in ath10k_htc_rx_completion_handler()
448 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_rx_completion_handler()
669 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send_bundle()
705 struct ath10k_htc_hdr *hdr; in ath10k_htc_send_bundle_skbs()
779 skb_push(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send_bundle_skbs()
783 hdr = (struct ath10k_htc_hdr *)bundle_buf; in ath10k_htc_send_bundle_skbs()
862 if (sizeof(struct ath10k_htc_hdr) + skb->len > ep->tx_credit_size) { in ath10k_htc_send_hl()
1180 skb = dev_alloc_skb(size + sizeof(struct ath10k_htc_hdr)); in ath10k_htc_alloc_skb()
1184 skb_reserve(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_alloc_skb()