Searched defs:mlx5_core_dev (Results 1 – 4 of 4) sorted by relevance
760 struct mlx5_core_dev { struct761 struct device *device;762 enum mlx5_coredev_type coredev_type;763 struct pci_dev *pdev;765 struct mutex pci_status_mutex;766 enum mlx5_pci_status pci_status;767 u8 rev_id;768 char board_id[MLX5_BOARD_ID_LEN];769 struct mlx5_cmd cmd;770 struct {[all …]
676 struct mlx5_core_dev { struct677 struct device *device;678 enum mlx5_coredev_type coredev_type;679 struct pci_dev *pdev;681 struct mutex pci_status_mutex;682 enum mlx5_pci_status pci_status;683 u8 rev_id;684 char board_id[MLX5_BOARD_ID_LEN];685 struct mlx5_cmd cmd;686 struct mlx5_port_caps port_caps[MLX5_MAX_PORTS];[all …]
494 struct mlx5_core_dev *mlx5_core_dev; member
525 struct mlx5_core_dev *mlx5_core_dev; member