| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt76x02_trace.h | 53 __field(bool, aggr) 62 __entry->aggr = stat->aggr; 75 __entry->success, __entry->aggr, __entry->ack_req,
|
| H A D | agg-rx.c | 136 tid = rcu_dereference(wcid->aggr[tidno]); in mt76_rx_aggr_check_ctl() 165 if (!status->aggr) { in mt76_rx_aggr_reorder() 178 tid = rcu_dereference(wcid->aggr[tidno]); in mt76_rx_aggr_reorder() 262 rcu_assign_pointer(wcid->aggr[tidno], tid); in mt76_rx_aggr_start() 296 tid = rcu_replace_pointer(wcid->aggr[tidno], tid, in mt76_rx_aggr_stop()
|
| H A D | mt76x02_util.c | 383 mtxq->aggr = true; in mt76x02_ampdu_action() 389 mtxq->aggr = false; in mt76x02_ampdu_action() 396 mtxq->aggr = false; in mt76x02_ampdu_action()
|
| H A D | mt76x02_mac.h | 15 u8 aggr:1; member
|
| H A D | mt76x02_mac.c | 265 stat->aggr = !!(stat1 & MT_TX_STAT_FIFO_AGGR); in mt76x02_mac_load_tx_status() 530 if (st->aggr) in mt76x02_mac_fill_tx_status() 592 if (msta && stat->aggr && !status.skb) { in mt76x02_send_tx_status() 834 status->aggr = true; in mt76x02_mac_process_rx()
|
| H A D | tx.c | 32 if (!mtxq->aggr) in mt76_tx_check_agg_ssn() 555 if (mtxq->send_bar && mtxq->aggr) { in mt76_txq_schedule_list() 749 mtxq->send_bar = mtxq->aggr && send_bar; in mt76_stop_tx_queues()
|
| H A D | mt76.h | 384 struct mt76_rx_tid __rcu *aggr[IEEE80211_NUM_TIDS]; member 433 bool aggr; member 748 u8 aggr:1; member
|
| H A D | mac80211.c | 1647 for (i = 0; i < ARRAY_SIZE(wcid->aggr); i++) in __mt76_sta_remove()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
| H A D | main.c | 606 mtxq->aggr = true; in mt7603_ampdu_action() 612 mtxq->aggr = false; in mt7603_ampdu_action() 620 mtxq->aggr = false; in mt7603_ampdu_action()
|
| H A D | mac.c | 678 status->aggr = unicast && in mt7603_mac_fill_rx()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
| H A D | main.c | 833 mtxq->aggr = true; in mt7615_ampdu_action() 842 mtxq->aggr = false; in mt7615_ampdu_action() 851 mtxq->aggr = false; in mt7615_ampdu_action()
|
| H A D | mac.c | 647 status->aggr = unicast && in mt7615_mac_fill_rx() 1989 int i, aggr = 0; in mt7615_mac_update_mib_stats() local 2015 phy->mt76->aggr_stats[aggr++] += val & 0xffff; in mt7615_mac_update_mib_stats() 2016 phy->mt76->aggr_stats[aggr++] += val >> 16; in mt7615_mac_update_mib_stats()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | main.c | 955 mtxq->aggr = true; in mt7921_ampdu_action() 961 mtxq->aggr = false; in mt7921_ampdu_action() 970 mtxq->aggr = false; in mt7921_ampdu_action()
|
| H A D | mac.c | 446 status->aggr = unicast && !ieee80211_is_qos_nullfunc(fc); in mt7921_mac_fill_rx()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | main.c | 956 mtxq->aggr = true; in mt7915_ampdu_action() 962 mtxq->aggr = false; in mt7915_ampdu_action() 971 mtxq->aggr = false; in mt7915_ampdu_action()
|
| H A D | mac.c | 559 status->aggr = unicast && in mt7915_mac_fill_rx()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | main.c | 1265 mtxq->aggr = true; in mt7925_ampdu_action() 1271 mtxq->aggr = false; in mt7925_ampdu_action() 1280 mtxq->aggr = false; in mt7925_ampdu_action()
|
| H A D | mac.c | 614 status->aggr = unicast && !ieee80211_is_qos_nullfunc(fc); in mt7925_mac_fill_rx()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | main.c | 1438 mtxq->aggr = true; in mt7996_ampdu_action() 1444 mtxq->aggr = false; in mt7996_ampdu_action() 1453 mtxq->aggr = false; in mt7996_ampdu_action()
|
| H A D | mac.c | 483 hw_aggr = status->aggr; in mt7996_mac_fill_rx() 744 status->aggr = unicast && in mt7996_mac_fill_rx() 2044 status->aggr = true; in mt7996_rro_rx_process()
|
| H A D | mcu.c | 729 if (e->tid >= ARRAY_SIZE(wcid->aggr)) in mt7996_mcu_wed_rro_event() 732 tid = rcu_dereference(wcid->aggr[e->tid]); in mt7996_mcu_wed_rro_event()
|
| /freebsd/contrib/lyaml/build-aux/ |
| H A D | luke | 141 static %s aggr; 142 if (sizeof aggr.%s)
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.def | 119 "cfg-expand-default-aggr-inits",
|