Searched refs:ath11k_skb_rxcb (Results 1 – 2 of 2) sorted by relevance
91 struct ath11k_skb_rxcb { struct929 static inline struct ath11k_skb_rxcb *ATH11K_SKB_RXCB(struct sk_buff *skb) in ATH11K_SKB_RXCB()931 BUILD_BUG_ON(sizeof(struct ath11k_skb_rxcb) > sizeof(skb->cb)); in ATH11K_SKB_RXCB()932 return (struct ath11k_skb_rxcb *)skb->cb; in ATH11K_SKB_RXCB()
1748 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(first); in ath11k_dp_rx_msdu_coalesce()1830 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(first); in ath11k_dp_rx_get_msdu_last_buf()1846 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(msdu); in ath11k_dp_rx_h_csum_offload()1944 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(msdu); in ath11k_dp_rx_h_undecap_nwifi()2022 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(msdu); in ath11k_dp_rx_h_undecap_raw()2080 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(msdu); in ath11k_dp_rx_h_find_rfc1042()2443 struct ath11k_skb_rxcb *rxcb; in ath11k_dp_rx_process_msdu()2524 struct ath11k_skb_rxcb *rxcb; in ath11k_dp_rx_process_received_packets()2571 struct ath11k_skb_rxcb *rxcb; in ath11k_dp_process_rx()2875 struct ath11k_skb_rxcb *rxcb; in ath11k_dp_rx_reap_mon_status_ring()[all …]