Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgvif.c882 u16 cur_toggle_bytes; in wl_release_vif_macaddr() local
907 cur_toggle_bytes = ntoh16(*((u16 *)&mac_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.c882 u16 cur_toggle_bytes; in wl_release_vif_macaddr() local
901 cur_toggle_bytes = ntoh16(*((u16 *)&mac_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.c2974 u16 cur_toggle_bytes; local
2999 cur_toggle_bytes = ntoh16(*((u16 *)&mac_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.c2972 u16 cur_toggle_bytes; local
2997 cur_toggle_bytes = ntoh16(*((u16 *)&mac_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.c2847 u16 cur_toggle_bytes; local
2872 cur_toggle_bytes = ntoh16(*((u16 *)&mac_addr[4]));
2874 toggled_bit = (org_toggle_bytes ^ cur_toggle_bytes);
2876 org_toggle_bytes, cur_toggle_bytes));