Searched refs:ath11k_skb_rxcb (Results 1 – 2 of 2) sorted by relevance
88 struct ath11k_skb_rxcb { struct913 static inline struct ath11k_skb_rxcb *ATH11K_SKB_RXCB(struct sk_buff *skb) in ATH11K_SKB_RXCB()915 BUILD_BUG_ON(sizeof(struct ath11k_skb_rxcb) > sizeof(skb->cb)); in ATH11K_SKB_RXCB()916 return (struct ath11k_skb_rxcb *)skb->cb; in ATH11K_SKB_RXCB()
1700 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(first); in ath11k_dp_rx_msdu_coalesce()1783 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(first); in ath11k_dp_rx_get_msdu_last_buf()1799 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(msdu); in ath11k_dp_rx_h_csum_offload()1895 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(msdu); in ath11k_dp_rx_h_undecap_nwifi()1973 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(msdu); in ath11k_dp_rx_h_undecap_raw()2031 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(msdu); in ath11k_dp_rx_h_find_rfc1042()2385 struct ath11k_skb_rxcb *rxcb; in ath11k_dp_rx_process_msdu()2464 struct ath11k_skb_rxcb *rxcb; in ath11k_dp_rx_process_received_packets()2511 struct ath11k_skb_rxcb *rxcb; in ath11k_dp_process_rx()2815 struct ath11k_skb_rxcb *rxcb; in ath11k_dp_rx_reap_mon_status_ring()[all …]