Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtxrx.h545 static inline u16 mlx5e_stop_room_for_mpwqe(struct mlx5_core_dev *mdev) in mlx5e_stop_room_for_mpwqe() function
H A Dparams.c497 stop_room += mlx5e_stop_room_for_mpwqe(mdev); in mlx5e_calc_sq_stop_room()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c1472 sq->stop_room = param->is_mpw ? mlx5e_stop_room_for_mpwqe(mdev) : in mlx5e_alloc_xdpsq()