Searched refs:_portid (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 1413 u32 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_config_mac_nl() local 1419 if (!_portid && !hwsim_virtio_enabled) in mac80211_hwsim_config_mac_nl() 1446 hwsim_unicast_netgroup(data, skb, _portid); in mac80211_hwsim_config_mac_nl() 1913 u32 _portid, i; in mac80211_hwsim_tx() local 2045 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_tx() 2047 if (_portid || hwsim_virtio_enabled) in mac80211_hwsim_tx() 2048 return mac80211_hwsim_tx_frame_nl(hw, skb, _portid, channel); in mac80211_hwsim_tx() 2155 u32 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_tx_frame() local 2166 if (_portid || hwsim_virtio_enabled) in mac80211_hwsim_tx_frame() 2167 return mac80211_hwsim_tx_frame_nl(hw, skb, _portid, cha in mac80211_hwsim_tx_frame() 3405 u32 _portid; mac80211_hwsim_start_pmsr() local 3472 u32 _portid; mac80211_hwsim_abort_pmsr() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_hci.h | 800 #define FUN_ADMIN_VI_CREATE_REQ_INIT(_subop, _flags, _id, _portid) \ 803 .id = cpu_to_be32(_id), .portid = cpu_to_be32(_portid), \ 822 #define FUN_ADMIN_ETH_CREATE_REQ_INIT(_subop, _flags, _id, _portid) \ 825 .id = cpu_to_be32(_id), .portid = cpu_to_be32(_portid), \
|
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | mac80211_hwsim.c | 1127 u32 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_config_mac_nl() local 1131 if (!_portid && !hwsim_virtio_enabled) in mac80211_hwsim_config_mac_nl() 1158 hwsim_unicast_netgroup(data, skb, _portid); in mac80211_hwsim_config_mac_nl() 1532 u32 _portid; in mac80211_hwsim_tx() local 1595 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_tx() 1597 if (_portid || hwsim_virtio_enabled) in mac80211_hwsim_tx() 1598 return mac80211_hwsim_tx_frame_nl(hw, skb, _portid, channel); in mac80211_hwsim_tx()
|
Completed in 15 milliseconds