Searched defs:mlx5_core_dev (Results 1 – 2 of 2) sorted by relevance
727 struct mlx5_core_dev { struct728 struct device *device;729 enum mlx5_coredev_type coredev_type;730 struct pci_dev *pdev;732 struct mutex pci_status_mutex;733 enum mlx5_pci_status pci_status;734 u8 rev_id;735 char board_id[MLX5_BOARD_ID_LEN];736 struct mlx5_cmd cmd;737 struct {[all …]
539 struct mlx5_core_dev *mlx5_core_dev; member