Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c1501 const u8 *ether_type_ptr; in rtl_is_special_data() local
1507 ether_type_ptr = rtl_skb_ether_type_ptr(hw, skb, is_enc); in rtl_is_special_data()
1508 ether_type = be16_to_cpup((__be16 *)ether_type_ptr); in rtl_is_special_data()
1511 ip = (struct iphdr *)((u8 *)ether_type_ptr + in rtl_is_special_data()
1601 const u8 *ether_type_ptr; in rtl_is_tx_report_skb() local
1604 ether_type_ptr = rtl_skb_ether_type_ptr(hw, skb, true); in rtl_is_tx_report_skb()
1605 ether_type = be16_to_cpup((__be16 *)ether_type_ptr); in rtl_is_tx_report_skb()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c1500 const u8 *ether_type_ptr; in rtl_is_special_data() local
1506 ether_type_ptr = rtl_skb_ether_type_ptr(hw, skb, is_enc); in rtl_is_special_data()
1507 ether_type = be16_to_cpup((__be16 *)ether_type_ptr); in rtl_is_special_data()
1510 ip = (struct iphdr *)((u8 *)ether_type_ptr + in rtl_is_special_data()
1600 const u8 *ether_type_ptr; in rtl_is_tx_report_skb() local
1603 ether_type_ptr = rtl_skb_ether_type_ptr(hw, skb, true); in rtl_is_tx_report_skb()
1604 ether_type = be16_to_cpup((__be16 *)ether_type_ptr); in rtl_is_tx_report_skb()

Completed in 7 milliseconds