Searched refs:sta_event (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/drivers/net/wireless/marvell/mwifiex/ |
| H A D | Makefile | 25 mwifiex-y += sta_event.o
|
| /linux-6.15/net/mac80211/ |
| H A D | trace.h | 973 DECLARE_EVENT_CLASS(sta_event, 998 DEFINE_EVENT(sta_event, drv_sta_statistics, 1005 DEFINE_EVENT(sta_event, drv_sta_add, 1012 DEFINE_EVENT(sta_event, drv_sta_remove, 1019 DEFINE_EVENT(sta_event, drv_sta_pre_rcu_remove, 1026 DEFINE_EVENT(sta_event, drv_sync_rx_queues, 1033 DEFINE_EVENT(sta_event, drv_sta_rate_tbl_update, 1217 DEFINE_EVENT(sta_event, drv_flush_sta, 2474 DEFINE_EVENT(sta_event, drv_net_fill_forward_path,
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | usb.c | 145 .sta_event = mt7925_mac_sta_event, in mt7925u_probe()
|
| H A D | pci.c | 282 .sta_event = mt7925_mac_sta_event, in mt7925_pci_probe()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7921/ |
| H A D | usb.c | 157 .sta_event = mt7921_mac_sta_event, in mt7921u_probe()
|
| H A D | sdio.c | 103 .sta_event = mt7921_mac_sta_event, in mt7921s_probe()
|
| H A D | pci.c | 251 .sta_event = mt7921_mac_sta_event, in mt7921_pci_probe()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7603/ |
| H A D | init.c | 18 .sta_event = mt7603_sta_event,
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | mmio.c | 932 .sta_event = mt7915_mac_sta_event, in mt7915_mmio_probe()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/ |
| H A D | mac80211.c | 1608 if (!dev->drv->sta_event) in mt76_sta_state() 1623 return dev->drv->sta_event(dev, vif, sta, ev); in mt76_sta_state()
|
| H A D | mt76.h | 532 int (*sta_event)(struct mt76_dev *dev, struct ieee80211_vif *vif, member
|