Home
last modified time | relevance | path

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

/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), \
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c1556 u32 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_config_mac_nl() local
1562 if (!_portid && !hwsim_virtio_enabled) in mac80211_hwsim_config_mac_nl()
1589 hwsim_unicast_netgroup(data, skb, _portid); in mac80211_hwsim_config_mac_nl()
2089 u32 _portid, i; in mac80211_hwsim_tx() local
2261 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_tx()
2263 if (_portid || hwsim_virtio_enabled) in mac80211_hwsim_tx()
2264 return mac80211_hwsim_tx_frame_nl(hw, skb, _portid, channel); in mac80211_hwsim_tx()
2384 u32 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_tx_frame() local
2395 if (_portid || hwsim_virtio_enabled) in mac80211_hwsim_tx_frame()
2396 return mac80211_hwsim_tx_frame_nl(hw, skb, _portid, chan); in mac80211_hwsim_tx_frame()
[all …]