Searched refs:_portid (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/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-6.15/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim.c | 1447 if (!_portid && !hwsim_virtio_enabled) in mac80211_hwsim_config_mac_nl() 1944 u32 _portid, i; in mac80211_hwsim_tx() local 2078 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_tx() 2080 if (_portid || hwsim_virtio_enabled) in mac80211_hwsim_tx() 2212 if (_portid || hwsim_virtio_enabled) in mac80211_hwsim_tx_frame() 3531 u32 _portid; in mac80211_hwsim_start_pmsr() local 3535 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_start_pmsr() 3536 if (!_portid && !hwsim_virtio_enabled) in mac80211_hwsim_start_pmsr() 3598 u32 _portid; in mac80211_hwsim_abort_pmsr() local 3602 _portid = READ_ONCE(data->wmediumd); in mac80211_hwsim_abort_pmsr() [all …]
|