Searched refs:mdpll (Results 1 – 1 of 1) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | dpll.c | 329 queue_delayed_work(mdpll->wq, &mdpll->work, in mlx5_dpll_periodic_work_queue() 434 mdpll = kzalloc(sizeof(*mdpll), GFP_KERNEL); in mlx5_dpll_probe() 435 if (!mdpll) in mlx5_dpll_probe() 460 err = dpll_pin_register(mdpll->dpll, mdpll->dpll_pin, in mlx5_dpll_probe() 466 if (!mdpll->wq) { in mlx5_dpll_probe() 479 dpll_pin_unregister(mdpll->dpll, mdpll->dpll_pin, in mlx5_dpll_probe() 484 dpll_device_unregister(mdpll->dpll, &mlx5_dpll_device_ops, mdpll); in mlx5_dpll_probe() 488 kfree(mdpll); in mlx5_dpll_probe() 500 dpll_pin_unregister(mdpll->dpll, mdpll->dpll_pin, in mlx5_dpll_remove() 503 dpll_device_unregister(mdpll->dpll, &mlx5_dpll_device_ops, mdpll); in mlx5_dpll_remove() [all …]
|
Completed in 5 milliseconds