Searched defs:mlx4_caps (Results 1 – 1 of 1) sorted by relevance
524 struct mlx4_caps { struct525 u64 fw_ver;526 u32 function;527 int num_ports;528 int vl_cap[MLX4_MAX_PORTS + 1];529 int ib_mtu_cap[MLX4_MAX_PORTS + 1];530 __be32 ib_port_def_cap[MLX4_MAX_PORTS + 1];531 u64 def_mac[MLX4_MAX_PORTS + 1];532 int eth_mtu_cap[MLX4_MAX_PORTS + 1];533 int gid_table_len[MLX4_MAX_PORTS + 1];[all …]