Searched defs:mlx4_dev_cap (Results 1 – 2 of 2) sorted by relevance
68 struct mlx4_dev_cap { struct69 int max_srq_sz;70 int max_qp_sz;71 int reserved_qps;72 int max_qps;73 int reserved_srqs;74 int max_srqs;75 int max_cq_sz;76 int reserved_cqs;77 int max_cqs;[all …]
457 static int mlx4_dev_cap(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap) in mlx4_dev_cap() function