Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h1114 struct mlx5_ib_dev { struct
1115 struct ib_device ib_dev;
1116 struct mlx5_core_dev *mdev;
1117 struct notifier_block mdev_events;
1118 int num_ports;
1121 struct mutex cap_mask_mutex;
1122 u8 ib_active:1;
1123 u8 is_rep:1;
1124 u8 lag_active:1;
1125 u8 wc_support:1;
[all …]
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h968 struct mlx5_ib_dev { struct
969 struct ib_device ib_dev;
970 struct mlx5_core_dev *mdev;
971 struct notifier_block mdev_events;
972 int num_ports;
975 struct mutex cap_mask_mutex;
976 u8 ib_active:1;
977 u8 is_rep:1;
978 u8 lag_active:1;
979 u8 wc_support:1;
[all …]