Home
last modified time | relevance | path

Searched defs:mlx4_dev_cap (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dfw.h66 struct mlx4_dev_cap { struct
67 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 …]
Dmain.c320 static int mlx4_dev_cap(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap) in mlx4_dev_cap() function