Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath11k/
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()
55 struct ath11k_htc_hdr *hdr; in ath11k_htc_prepare_tx_skb()
57 hdr = (struct ath11k_htc_hdr *)skb->data; in ath11k_htc_prepare_tx_skb()
91 skb_push(skb, sizeof(struct ath11k_htc_hdr)); in ath11k_htc_send()
145 skb_pull(skb, sizeof(struct ath11k_htc_hdr)); in ath11k_htc_send()
289 struct ath11k_htc_hdr *hdr; in ath11k_htc_rx_completion_handler()
297 hdr = (struct ath11k_htc_hdr *)skb->data; in ath11k_htc_rx_completion_handler()
Dhtc.h57 struct ath11k_htc_hdr { struct
163 struct ath11k_htc_hdr hdr;
255 sizeof(struct ath11k_htc_hdr))