Home
last modified time | relevance | path

Searched refs:ath11k_htc_hdr (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dhtc.c15 skb = dev_alloc_skb(size + sizeof(struct ath11k_htc_hdr)); in ath11k_htc_alloc_skb()
19 skb_reserve(skb, sizeof(struct ath11k_htc_hdr)); in ath11k_htc_alloc_skb()
43 skb_reserve(skb, sizeof(struct ath11k_htc_hdr)); in ath11k_htc_build_tx_ctrl_skb()
56 struct ath11k_htc_hdr *hdr; in ath11k_htc_prepare_tx_skb()
58 hdr = (struct ath11k_htc_hdr *)skb->data; in ath11k_htc_prepare_tx_skb()
88 skb_push(skb, sizeof(struct ath11k_htc_hdr)); in ath11k_htc_send()
139 skb_pull(skb, sizeof(struct ath11k_htc_hdr)); in ath11k_htc_send()
239 struct ath11k_htc_hdr *hdr; in ath11k_htc_rx_completion_handler()
247 hdr = (struct ath11k_htc_hdr *)skb->data; in ath11k_htc_rx_completion_handler()
H A Dhtc.h57 struct ath11k_htc_hdr { struct
159 struct ath11k_htc_hdr hdr;
255 sizeof(struct ath11k_htc_hdr))