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()
59 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_notify_tx_completion()
80 struct ath10k_htc_hdr *hdr; in ath10k_htc_prepare_tx_skb()
82 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_prepare_tx_skb()
83 memset(hdr, 0, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_prepare_tx_skb()
173 skb_push(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send()
211 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send()
431 struct ath10k_htc_hdr *hdr; in ath10k_htc_rx_completion_handler()
439 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_rx_completion_handler()
660 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send_bundle()
696 struct ath10k_htc_hdr *hdr; in ath10k_htc_send_bundle_skbs()
770 skb_push(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send_bundle_skbs()
774 hdr = (struct ath10k_htc_hdr *)bundle_buf; in ath10k_htc_send_bundle_skbs()
853 if (sizeof(struct ath10k_htc_hdr) + skb->len > ep->tx_credit_size) { in ath10k_htc_send_hl()
1171 skb = dev_alloc_skb(size + sizeof(struct ath10k_htc_hdr)); in ath10k_htc_alloc_skb()
1175 skb_reserve(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_alloc_skb()