Searched defs:mlx5_core_dev (Results 1 – 2 of 2) 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 …]
1014 int (*get_speed)(struct mlx5_core_dev *, u32 *)) in mlx5_lag_sum_devices_speed()