Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/mlx5/
Ddriver.h758 struct mlx5_core_dev { struct
759 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 …]
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Dfw.c527 struct mlx5_core_dev *mlx5_core_dev; member