Searched refs:_portid (Results 1 – 1 of 1) sorted by relevance
1192 u32 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_config_mac_nl() local1196 if (!_portid && !hwsim_virtio_enabled) in mac80211_hwsim_config_mac_nl()1223 hwsim_unicast_netgroup(data, skb, _portid); in mac80211_hwsim_config_mac_nl()1598 u32 _portid; in mac80211_hwsim_tx() local1661 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_tx()1663 if (_portid || hwsim_virtio_enabled) in mac80211_hwsim_tx()1664 return mac80211_hwsim_tx_frame_nl(hw, skb, _portid, channel); in mac80211_hwsim_tx()