Searched refs:_portid (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_hci.h | 800 #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 D | mac80211_hwsim.c | 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() [all …]
|