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