Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgvif.c881 u16 org_toggle_bytes; in wl_release_vif_macaddr() local
906 org_toggle_bytes = ntoh16(*((u16 *)&ndev->dev_addr[4])); in wl_release_vif_macaddr()
909 toggled_bit = (org_toggle_bytes ^ cur_toggle_bytes); in wl_release_vif_macaddr()
911 org_toggle_bytes, cur_toggle_bytes)); in wl_release_vif_macaddr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgvif.c881 u16 org_toggle_bytes; in wl_release_vif_macaddr() local
900 org_toggle_bytes = ntoh16(*((u16 *)&ndev->dev_addr[4])); in wl_release_vif_macaddr()
903 toggled_bit = (org_toggle_bytes ^ cur_toggle_bytes); in wl_release_vif_macaddr()
905 org_toggle_bytes, cur_toggle_bytes)); in wl_release_vif_macaddr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.c2973 u16 org_toggle_bytes; local
2998 org_toggle_bytes = ntoh16(*((u16 *)&ndev->dev_addr[4]));
3001 toggled_bit = (org_toggle_bytes ^ cur_toggle_bytes);
3003 org_toggle_bytes, cur_toggle_bytes));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.c2971 u16 org_toggle_bytes; local
2996 org_toggle_bytes = ntoh16(*((u16 *)&ndev->dev_addr[4]));
2999 toggled_bit = (org_toggle_bytes ^ cur_toggle_bytes);
3001 org_toggle_bytes, cur_toggle_bytes));
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.c2846 u16 org_toggle_bytes; local
2871 org_toggle_bytes = ntoh16(*((u16 *)&ndev->dev_addr[4]));
2874 toggled_bit = (org_toggle_bytes ^ cur_toggle_bytes);
2876 org_toggle_bytes, cur_toggle_bytes));