Searched defs:mlx5_core_dev (Results 1 – 2 of 2) sorted by relevance
758 struct mlx5_core_dev { struct759 struct device *device;760 enum mlx5_coredev_type coredev_type;761 struct pci_dev *pdev;763 struct mutex pci_status_mutex;764 enum mlx5_pci_status pci_status;765 u8 rev_id;766 char board_id[MLX5_BOARD_ID_LEN];767 struct mlx5_cmd cmd;768 struct {[all …]
527 struct mlx5_core_dev *mlx5_core_dev; member