Lines Matching refs:mlx4_dev_cap
207 static int mlx4_query_func(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap) in mlx4_query_func()
320 static int mlx4_dev_cap(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap) in mlx4_dev_cap() function
731 struct mlx4_dev_cap *dev_cap, in slave_adjust_steering_mode()
751 struct mlx4_dev_cap dev_cap; in mlx4_slave_cap()
777 err = mlx4_dev_cap(dev, &dev_cap); in mlx4_slave_cap()
1375 static int mlx4_init_icm(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap, in mlx4_init_icm()
1873 struct mlx4_dev_cap *dev_cap) in choose_steering_mode()
1926 struct mlx4_dev_cap *dev_cap) in choose_tunnel_offload_mode()
2002 struct mlx4_dev_cap dev_cap; in mlx4_init_hca()
2010 err = mlx4_dev_cap(dev, &dev_cap); in mlx4_init_hca()
2759 static int mlx4_check_dev_cap(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap, in mlx4_check_dev_cap()
2782 struct mlx4_dev_cap *dev_cap = NULL; in mlx4_load_one()