Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/marvell/
Dmvneta.c634 static enum cpuhp_state online_hpstate; variable
3849 ret = cpuhp_state_add_instance_nocalls(online_hpstate, in mvneta_open()
3876 cpuhp_state_remove_instance_nocalls(online_hpstate, in mvneta_open()
3910 cpuhp_state_remove_instance_nocalls(online_hpstate, in mvneta_stop()
4757 cpuhp_state_remove_instance_nocalls(online_hpstate, in mvneta_suspend()
4836 cpuhp_state_add_instance_nocalls(online_hpstate, in mvneta_resume()
4880 online_hpstate = ret; in mvneta_driver_init()
4894 cpuhp_remove_multi_state(online_hpstate); in mvneta_driver_init()
4904 cpuhp_remove_multi_state(online_hpstate); in mvneta_driver_exit()