Searched defs:mlx4_dev_cap (Results 1 – 2 of 2) sorted by relevance
46 struct mlx4_dev_cap { struct47 int max_srq_sz;48 int max_qp_sz;49 int reserved_qps;50 int max_qps;51 int reserved_srqs;52 int max_srqs;53 int max_cq_sz;54 int reserved_cqs;55 int max_cqs;[all …]
185 static int mlx4_dev_cap(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap) in mlx4_dev_cap() function