Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/
Dmvneta.c736 static enum cpuhp_state online_hpstate; variable
4454 ret = cpuhp_state_add_instance_nocalls(online_hpstate, in mvneta_open()
4481 cpuhp_state_remove_instance_nocalls(online_hpstate, in mvneta_open()
4515 cpuhp_state_remove_instance_nocalls(online_hpstate, in mvneta_stop()
5699 cpuhp_state_remove_instance_nocalls(online_hpstate, in mvneta_suspend()
5779 cpuhp_state_add_instance_nocalls(online_hpstate, in mvneta_resume()
5824 online_hpstate = ret; in mvneta_driver_init()
5838 cpuhp_remove_multi_state(online_hpstate); in mvneta_driver_init()
5848 cpuhp_remove_multi_state(online_hpstate); in mvneta_driver_exit()