Searched defs:mlx5_ib_dev (Results 1 – 1 of 1) sorted by relevance
1043 struct mlx5_ib_dev { struct1044 struct ib_device ib_dev;1045 struct mlx5_core_dev *mdev;1046 struct notifier_block mdev_events;1047 int num_ports;1050 struct mutex cap_mask_mutex;1051 u8 ib_active:1;1052 u8 is_rep:1;1053 u8 lag_active:1;1054 u8 wc_support:1;[all …]