Home
last modified time | relevance | path

Searched refs:csa_timer (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c355 timer_setup(&mvif->csa_timer, mt792x_csa_timer, 0); in mt7921_add_interface()
1503 mvif->csa_timer.expires = TU_TO_EXP_TIME(beacon_interval * chsw->count); in mt7921_channel_switch()
1504 add_timer(&mvif->csa_timer); in mt7921_channel_switch()
1513 timer_delete_sync(&mvif->csa_timer); in mt7921_abort_channel_switch()
1531 mod_timer(&mvif->csa_timer, in mt7921_channel_switch_rx_beacon()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmain.c479 timer_setup(&mvif->csa_timer, mt792x_csa_timer, 0); in mt7925_add_interface()
2435 timer_delete_sync(&mvif->csa_timer); in mt7925_unassign_vif_chanctx()
2532 mvif->csa_timer.expires = TU_TO_EXP_TIME(beacon_interval * chsw->count); in mt7925_channel_switch()
2533 add_timer(&mvif->csa_timer); in mt7925_channel_switch()
2542 timer_delete_sync(&mvif->csa_timer); in mt7925_abort_channel_switch()
2565 mod_timer(&mvif->csa_timer, in mt7925_channel_switch_rx_beacon()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c406 struct mt792x_vif *mvif = timer_container_of(mvif, timer, csa_timer); in mt792x_csa_timer()
496 timer_delete_sync(&mvif->csa_timer); in mt792x_unassign_vif_chanctx()
H A Dmt792x.h199 struct timer_list csa_timer; member