Home
last modified time | relevance | path

Searched refs:sta_poll_list (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmac.c44 LIST_HEAD(sta_poll_list); in mt7921_mac_sta_poll()
50 list_splice_init(&dev->mt76.sta_poll_list, &sta_poll_list); in mt7921_mac_sta_poll()
60 if (list_empty(&sta_poll_list)) { in mt7921_mac_sta_poll()
64 mlink = list_first_entry(&sta_poll_list, in mt7921_mac_sta_poll()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c33 LIST_HEAD(sta_poll_list); in mt7925_mac_sta_poll()
39 list_splice_init(&dev->mt76.sta_poll_list, &sta_poll_list); in mt7925_mac_sta_poll()
48 if (list_empty(&sta_poll_list)) in mt7925_mac_sta_poll()
50 mlink = list_first_entry(&sta_poll_list, in mt7925_mac_sta_poll()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c105 LIST_HEAD(sta_poll_list); in mt7915_mac_sta_poll()
109 list_splice_init(&dev->mt76.sta_poll_list, &sta_poll_list); in mt7915_mac_sta_poll()
122 if (list_empty(&sta_poll_list)) { in mt7915_mac_sta_poll()
126 msta = list_first_entry(&sta_poll_list, in mt7915_mac_sta_poll()
1470 while (!list_empty(&dev->mt76.sta_poll_list)) in mt7915_mac_full_reset()
1471 list_del_init(dev->mt76.sta_poll_list.next); in mt7915_mac_full_reset()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c901 struct list_head sta_poll_list; in mt7615_mac_sta_poll() local
904 INIT_LIST_HEAD(&sta_poll_list); in mt7615_mac_sta_poll()
906 list_splice_init(&dev->mt76.sta_poll_list, &sta_poll_list); in mt7615_mac_sta_poll()
909 while (!list_empty(&sta_poll_list)) { in mt7615_mac_sta_poll()
912 msta = list_first_entry(&sta_poll_list, struct mt7615_sta, in mt7615_mac_sta_poll()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c130 LIST_HEAD(sta_poll_list); in mt7996_mac_sta_poll()
135 list_splice_init(&dev->mt76.sta_poll_list, &sta_poll_list); in mt7996_mac_sta_poll()
147 if (list_empty(&sta_poll_list)) { in mt7996_mac_sta_poll()
151 msta_link = list_first_entry(&sta_poll_list, in mt7996_mac_sta_poll()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c427 if (list_empty(&dev->mt76.sta_poll_list)) { in mt7603_mac_sta_poll()
432 msta = list_first_entry(&dev->mt76.sta_poll_list, in mt7603_mac_sta_poll()
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c718 INIT_LIST_HEAD(&dev->sta_poll_list); in mt76_alloc_device()
1696 list_add_tail(&wcid->poll_list, &dev->sta_poll_list); in mt76_wcid_add_poll()
H A Dmt76.h929 struct list_head sta_poll_list; member