Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/mlx5/
Ddriver.h737 struct mlx5_core_dev { struct
738 struct device *device;
739 enum mlx5_coredev_type coredev_type;
740 struct pci_dev *pdev;
742 struct mutex pci_status_mutex;
743 enum mlx5_pci_status pci_status;
744 u8 rev_id;
745 char board_id[MLX5_BOARD_ID_LEN];
746 struct mlx5_cmd cmd;
747 struct {
[all …]
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dfw.c500 struct mlx5_core_dev *mlx5_core_dev; member