Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c1472 INIT_LIST_HEAD(&dev->twt_list); in mt7915_mac_full_reset()
2200 iter = list_first_entry_or_null(&dev->twt_list, in mt7915_mac_twt_sched_list_add()
2204 list_add(&flow->list, &dev->twt_list); in mt7915_mac_twt_sched_list_add()
2208 list_for_each_entry_safe(iter, iter_next, &dev->twt_list, list) { in mt7915_mac_twt_sched_list_add()
2211 if (list_is_last(&iter->list, &dev->twt_list)) in mt7915_mac_twt_sched_list_add()
2222 list_add_tail(&flow->list, &dev->twt_list); in mt7915_mac_twt_sched_list_add()
2357 list_add_tail(&flow->list, &dev->twt_list); in mt7915_mac_add_twt_setup()
H A Dmt7915.h292 struct list_head twt_list; member
H A Dinit.c1231 INIT_LIST_HEAD(&dev->twt_list); in mt7915_register_device()
H A Ddebugfs.c1245 list_for_each_entry_rcu(iter, &dev->twt_list, list) in mt7915_twt_stats()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c2476 INIT_LIST_HEAD(&dev->twt_list); in mt7996_mac_full_reset()
3119 iter = list_first_entry_or_null(&dev->twt_list, in mt7996_mac_twt_sched_list_add()
3123 list_add(&flow->list, &dev->twt_list); in mt7996_mac_twt_sched_list_add()
3127 list_for_each_entry_safe(iter, iter_next, &dev->twt_list, list) { in mt7996_mac_twt_sched_list_add()
3130 if (list_is_last(&iter->list, &dev->twt_list)) in mt7996_mac_twt_sched_list_add()
3141 list_add_tail(&flow->list, &dev->twt_list); in mt7996_mac_twt_sched_list_add()
3277 list_add_tail(&flow->list, &dev->twt_list); in mt7996_mac_add_twt_setup()
H A Dmt7996.h435 struct list_head twt_list; member
H A Ddebugfs.c807 list_for_each_entry_rcu(iter, &dev->twt_list, list) in mt7996_twt_stats()
H A Dinit.c1674 INIT_LIST_HEAD(&dev->twt_list); in mt7996_register_device()