Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dcore.c181 unsigned int max_num_qps; in mlx5_fpga_device_start() local
212 max_num_qps = MLX5_CAP_FPGA(mdev, shell_caps.max_num_qps); in mlx5_fpga_device_start()
213 if (!max_num_qps) { in mlx5_fpga_device_start()
219 err = mlx5_core_reserve_gids(mdev, max_num_qps); in mlx5_fpga_device_start()
246 mlx5_core_unreserve_gids(mdev, max_num_qps); in mlx5_fpga_device_start()
278 unsigned int max_num_qps; in mlx5_fpga_device_stop() local
307 max_num_qps = MLX5_CAP_FPGA(mdev, shell_caps.max_num_qps); in mlx5_fpga_device_stop()
308 mlx5_core_unreserve_gids(mdev, max_num_qps); in mlx5_fpga_device_stop()
/Linux-v5.10/drivers/net/ethernet/ibm/ehea/
Dehea_phyp.h125 u32 max_num_qps; /* 05 */ member
/Linux-v5.10/include/linux/mlx5/
Dmlx5_ifc_fpga.h61 u8 max_num_qps[0x10]; member