Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcore.c180 unsigned int max_num_qps; in mlx5_fpga_device_start() local
211 max_num_qps = MLX5_CAP_FPGA(mdev, shell_caps.max_num_qps); in mlx5_fpga_device_start()
212 if (!max_num_qps) { in mlx5_fpga_device_start()
218 err = mlx5_core_reserve_gids(mdev, max_num_qps); in mlx5_fpga_device_start()
245 mlx5_core_unreserve_gids(mdev, max_num_qps); in mlx5_fpga_device_start()
277 unsigned int max_num_qps; in mlx5_fpga_device_stop() local
306 max_num_qps = MLX5_CAP_FPGA(mdev, shell_caps.max_num_qps); in mlx5_fpga_device_stop()
307 mlx5_core_unreserve_gids(mdev, max_num_qps); in mlx5_fpga_device_stop()
/linux/include/linux/mlx5/
H A Dmlx5_ifc_fpga.h36 u8 max_num_qps[0x10]; member
/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.h125 u32 max_num_qps; /* 05 */ member