Searched defs:mlx5_core_dev (Results 1 – 2 of 2) sorted by relevance
670 struct mlx5_core_dev { struct671 struct device *device;672 enum mlx5_coredev_type coredev_type;673 struct pci_dev *pdev;675 struct mutex pci_status_mutex;676 enum mlx5_pci_status pci_status;677 u8 rev_id;678 char board_id[MLX5_BOARD_ID_LEN];679 struct mlx5_cmd cmd;680 struct mlx5_port_caps port_caps[MLX5_MAX_PORTS];[all …]
494 struct mlx5_core_dev *mlx5_core_dev; member