Lines Matching refs:_portid
1441 u32 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_config_mac_nl() local
1447 if (!_portid && !hwsim_virtio_enabled) in mac80211_hwsim_config_mac_nl()
1474 hwsim_unicast_netgroup(data, skb, _portid); in mac80211_hwsim_config_mac_nl()
1944 u32 _portid, i; in mac80211_hwsim_tx() local
2076 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_tx()
2078 if (_portid || hwsim_virtio_enabled) in mac80211_hwsim_tx()
2079 return mac80211_hwsim_tx_frame_nl(hw, skb, _portid, channel); in mac80211_hwsim_tx()
2199 u32 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_tx_frame() local
2210 if (_portid || hwsim_virtio_enabled) in mac80211_hwsim_tx_frame()
2211 return mac80211_hwsim_tx_frame_nl(hw, skb, _portid, chan); in mac80211_hwsim_tx_frame()
3529 u32 _portid; in mac80211_hwsim_start_pmsr() local
3533 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_start_pmsr()
3534 if (!_portid && !hwsim_virtio_enabled) in mac80211_hwsim_start_pmsr()
3575 hwsim_unicast_netgroup(data, skb, _portid); in mac80211_hwsim_start_pmsr()
3596 u32 _portid; in mac80211_hwsim_abort_pmsr() local
3600 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_abort_pmsr()
3601 if (!_portid && !hwsim_virtio_enabled) in mac80211_hwsim_abort_pmsr()
3640 hwsim_unicast_netgroup(data, skb, _portid); in mac80211_hwsim_abort_pmsr()