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