Searched defs:mlx4_caps (Results 1 – 1 of 1) sorted by relevance
235 struct mlx4_caps { struct236 u64 fw_ver;237 u32 function;238 int num_ports;239 int vl_cap[MLX4_MAX_PORTS + 1];240 int ib_mtu_cap[MLX4_MAX_PORTS + 1];241 __be32 ib_port_def_cap[MLX4_MAX_PORTS + 1];242 u64 def_mac[MLX4_MAX_PORTS + 1];243 int eth_mtu_cap[MLX4_MAX_PORTS + 1];244 int gid_table_len[MLX4_MAX_PORTS + 1];[all …]