Home
last modified time | relevance | path

Searched refs:ath10k_skb_rxcb (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h135 struct ath10k_skb_rxcb { struct
148 static inline struct ath10k_skb_rxcb *ATH10K_SKB_RXCB(struct sk_buff *skb) in ATH10K_SKB_RXCB() argument
150 BUILD_BUG_ON(sizeof(struct ath10k_skb_rxcb) > sizeof(skb->cb)); in ATH10K_SKB_RXCB()
151 return (struct ath10k_skb_rxcb *)skb->cb; in ATH10K_SKB_RXCB()
H A Dsdio.c425 struct ath10k_skb_rxcb *cb; in ath10k_sdio_mbox_rx_process_packets()
1354 struct ath10k_skb_rxcb *cb; in ath10k_rx_indication_async_work()
H A Dhtt_rx.c32 struct ath10k_skb_rxcb *rxcb; in ath10k_htt_rx_find_skb_paddr()
45 struct ath10k_skb_rxcb *rxcb; in ath10k_htt_rx_ring_free()
136 struct ath10k_skb_rxcb *rxcb; in __ath10k_htt_rx_ring_fill_n()
470 struct ath10k_skb_rxcb *rxcb; in ath10k_htt_rx_pop_paddr()