Home
last modified time | relevance | path

Searched refs:mt76x02_sta (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/net/wireless/mediatek/mt76/
Dmt76x02_util.c189 hw->sta_data_size = sizeof(struct mt76x02_sta); in mt76x02_init_device()
251 struct mt76x02_sta *msta = (struct mt76x02_sta *)sta->drv_priv; in mt76x02_sta_add()
363 struct mt76x02_sta *msta = (struct mt76x02_sta *)sta->drv_priv; in mt76x02_ampdu_action()
414 struct mt76x02_sta *msta; in mt76x02_set_key()
451 msta = sta ? (struct mt76x02_sta *)sta->drv_priv : NULL; in mt76x02_set_key()
579 struct mt76x02_sta *msta = (struct mt76x02_sta *)sta->drv_priv; in mt76x02_sta_rate_tbl_update()
623 struct mt76x02_sta *msta = (struct mt76x02_sta *)sta->drv_priv; in mt76x02_sta_ps()
Dmt76x02.h237 static inline struct mt76x02_sta *
249 return container_of(wcid, struct mt76x02_sta, wcid); in mt76x02_rx_get_sta()
253 mt76x02_rx_get_sta_wcid(struct mt76x02_sta *sta, bool unicast) in mt76x02_rx_get_sta_wcid()
Dmt76x02_txrx.c20 struct mt76x02_sta *msta; in mt76x02_tx()
22 msta = (struct mt76x02_sta *)control->sta->drv_priv; in mt76x02_tx()
Dmt76x02_mac.h31 struct mt76x02_sta { struct
Dmt76x02_mac.c448 mt76x02_mac_fill_tx_status(struct mt76x02_dev *dev, struct mt76x02_sta *msta, in mt76x02_mac_fill_tx_status()
520 struct mt76x02_sta *msta = NULL; in mt76x02_send_tx_status()
535 priv = msta = container_of(wcid, struct mt76x02_sta, wcid); in mt76x02_send_tx_status()
712 struct mt76x02_sta *sta; in mt76x02_mac_process_rx()
Dmt76x02_mmio.c413 struct mt76x02_sta *msta; in mt76x02_reset_state()
422 priv = msta = container_of(wcid, struct mt76x02_sta, wcid); in mt76x02_reset_state()