Lines Matching refs:wcid
127 struct mt76_wcid *wcid = status->wcid; in mt76_rx_aggr_check_ctl() local
139 tid = rcu_dereference(wcid->aggr[status->tid]); in mt76_rx_aggr_check_ctl()
153 struct mt76_wcid *wcid = status->wcid; in mt76_rx_aggr_reorder() local
162 sta = wcid_to_sta(wcid); in mt76_rx_aggr_reorder()
177 tid = rcu_dereference(wcid->aggr[status->tid]); in mt76_rx_aggr_reorder()
242 int mt76_rx_aggr_start(struct mt76_dev *dev, struct mt76_wcid *wcid, u8 tidno, in mt76_rx_aggr_start() argument
247 mt76_rx_aggr_stop(dev, wcid, tidno); in mt76_rx_aggr_start()
259 rcu_assign_pointer(wcid->aggr[tidno], tid); in mt76_rx_aggr_start()
288 void mt76_rx_aggr_stop(struct mt76_dev *dev, struct mt76_wcid *wcid, u8 tidno) in mt76_rx_aggr_stop() argument
294 tid = rcu_dereference(wcid->aggr[tidno]); in mt76_rx_aggr_stop()
296 rcu_assign_pointer(wcid->aggr[tidno], NULL); in mt76_rx_aggr_stop()