Searched defs:mlx5_core_dev (Results 1 – 2 of 2) sorted by relevance
741 struct mlx5_core_dev { struct742 struct device *device;743 enum mlx5_coredev_type coredev_type;744 struct pci_dev *pdev;746 struct mutex pci_status_mutex;747 enum mlx5_pci_status pci_status;748 u8 rev_id;749 char board_id[MLX5_BOARD_ID_LEN];750 struct mlx5_cmd cmd;751 struct {[all …]
551 struct mlx5_core_dev *mlx5_core_dev; member