Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_hci.h800 #define FUN_ADMIN_VI_CREATE_REQ_INIT(_subop, _flags, _id, _portid) \ argument
803 .id = cpu_to_be32(_id), .portid = cpu_to_be32(_portid), \
822 #define FUN_ADMIN_ETH_CREATE_REQ_INIT(_subop, _flags, _id, _portid) \ argument
825 .id = cpu_to_be32(_id), .portid = cpu_to_be32(_portid), \
/openbmc/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c1413 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, chan); in mac80211_hwsim_tx_frame()
[all …]