Searched defs:mlx5_core_dev (Results 1 – 3 of 3) sorted by relevance
738 struct mlx5_core_dev { struct739 struct device *device;740 enum mlx5_coredev_type coredev_type;741 struct pci_dev *pdev;743 struct mutex pci_status_mutex;744 enum mlx5_pci_status pci_status;745 u8 rev_id;746 char board_id[MLX5_BOARD_ID_LEN];747 struct mlx5_cmd cmd;748 struct {[all …]
545 struct mlx5_core_dev *mlx5_core_dev; member
1014 int (*get_speed)(struct mlx5_core_dev *, u32 *)) in mlx5_lag_sum_devices_speed()