Home
last modified time | relevance | path

Searched defs:mlx5_core_dev (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/mlx5/
H A Ddriver.h759 struct mlx5_core_dev { struct
760 struct device *device;
761 enum mlx5_coredev_type coredev_type;
762 struct pci_dev *pdev;
764 struct mutex pci_status_mutex;
765 enum mlx5_pci_status pci_status;
766 u8 rev_id;
767 char board_id[MLX5_BOARD_ID_LEN];
768 struct mlx5_cmd cmd;
769 struct {
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw.c525 struct mlx5_core_dev *mlx5_core_dev; member