Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Dmac80211_hwsim.c1131 u32 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_config_mac_nl() local
1135 if (!_portid && !hwsim_virtio_enabled) in mac80211_hwsim_config_mac_nl()
1162 hwsim_unicast_netgroup(data, skb, _portid); in mac80211_hwsim_config_mac_nl()
1536 u32 _portid; in mac80211_hwsim_tx() local
1599 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_tx()
1601 if (_portid || hwsim_virtio_enabled) in mac80211_hwsim_tx()
1602 return mac80211_hwsim_tx_frame_nl(hw, skb, _portid, channel); in mac80211_hwsim_tx()