Home
last modified time | relevance | path

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

/linux/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/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/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c102 LIST_HEAD(sta_poll_list); in mt7915_mac_sta_poll()
106 list_splice_init(&dev->mt76.sta_poll_list, &sta_poll_list); in mt7915_mac_sta_poll()
119 if (list_empty(&sta_poll_list)) { in mt7915_mac_sta_poll()
123 msta = list_first_entry(&sta_poll_list, in mt7915_mac_sta_poll()
1464 while (!list_empty(&dev->mt76.sta_poll_list)) in mt7915_mac_full_reset()
1465 list_del_init(dev->mt76.sta_poll_list.next); in mt7915_mac_full_reset()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c898 struct list_head sta_poll_list; in mt7615_mac_sta_poll() local
901 INIT_LIST_HEAD(&sta_poll_list); in mt7615_mac_sta_poll()
903 list_splice_init(&dev->mt76.sta_poll_list, &sta_poll_list); in mt7615_mac_sta_poll()
906 while (!list_empty(&sta_poll_list)) { in mt7615_mac_sta_poll()
909 msta = list_first_entry(&sta_poll_list, struct mt7615_sta, in mt7615_mac_sta_poll()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c127 LIST_HEAD(sta_poll_list); in mt7996_mac_sta_poll()
132 list_splice_init(&dev->mt76.sta_poll_list, &sta_poll_list); in mt7996_mac_sta_poll()
144 if (list_empty(&sta_poll_list)) { in mt7996_mac_sta_poll()
148 msta_link = list_first_entry(&sta_poll_list, in mt7996_mac_sta_poll()
/linux/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/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c720 INIT_LIST_HEAD(&dev->sta_poll_list); in mt76_alloc_device()
1698 list_add_tail(&wcid->poll_list, &dev->sta_poll_list); in mt76_wcid_add_poll()
H A Dmt76.h939 struct list_head sta_poll_list; member