Home
last modified time | relevance | path

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

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