Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c1115 static void mlx5e_sq_recover(struct work_struct *work);
1137 INIT_WORK(&sq->recover.recover_work, mlx5e_sq_recover); in mlx5e_alloc_txqsq()
1441 static void mlx5e_sq_recover(struct work_struct *work) in mlx5e_sq_recover() function