Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c1490 const u8 *ether_type_ptr; in rtl_is_special_data() local
1496 ether_type_ptr = rtl_skb_ether_type_ptr(hw, skb, is_enc); in rtl_is_special_data()
1497 ether_type = be16_to_cpup((__be16 *)ether_type_ptr); in rtl_is_special_data()
1500 ip = (struct iphdr *)((u8 *)ether_type_ptr + in rtl_is_special_data()
1590 const u8 *ether_type_ptr; in rtl_is_tx_report_skb() local
1593 ether_type_ptr = rtl_skb_ether_type_ptr(hw, skb, true); in rtl_is_tx_report_skb()
1594 ether_type = be16_to_cpup((__be16 *)ether_type_ptr); in rtl_is_tx_report_skb()