Lines Matching refs:wcid
116 struct mt76_wcid *wcid = status->wcid; in mt76_rx_aggr_check_ctl() local
128 tid = rcu_dereference(wcid->aggr[status->tid]); in mt76_rx_aggr_check_ctl()
142 struct mt76_wcid *wcid = status->wcid; in mt76_rx_aggr_reorder() local
151 sta = wcid_to_sta(wcid); in mt76_rx_aggr_reorder()
166 tid = rcu_dereference(wcid->aggr[status->tid]); in mt76_rx_aggr_reorder()
232 int mt76_rx_aggr_start(struct mt76_dev *dev, struct mt76_wcid *wcid, u8 tidno, in mt76_rx_aggr_start() argument
237 mt76_rx_aggr_stop(dev, wcid, tidno); in mt76_rx_aggr_start()
249 rcu_assign_pointer(wcid->aggr[tidno], tid); in mt76_rx_aggr_start()
278 void mt76_rx_aggr_stop(struct mt76_dev *dev, struct mt76_wcid *wcid, u8 tidno) in mt76_rx_aggr_stop() argument
284 tid = rcu_dereference(wcid->aggr[tidno]); in mt76_rx_aggr_stop()
286 rcu_assign_pointer(wcid->aggr[tidno], NULL); in mt76_rx_aggr_stop()