Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mlx5/
Ddriver.h674 struct mlx5_core_dev { struct
675 struct device *device;
676 enum mlx5_coredev_type coredev_type;
677 struct pci_dev *pdev;
679 struct mutex pci_status_mutex;
680 enum mlx5_pci_status pci_status;
681 u8 rev_id;
682 char board_id[MLX5_BOARD_ID_LEN];
683 struct mlx5_cmd cmd;
684 struct mlx5_port_caps port_caps[MLX5_MAX_PORTS];
[all …]
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dfw.c485 struct mlx5_core_dev *mlx5_core_dev; member