Searched defs:mlx5_core_dev (Results 1 – 4 of 4) sorted by relevance
670 struct mlx5_core_dev { struct671 struct device *device;672 enum mlx5_coredev_type coredev_type;673 struct pci_dev *pdev;675 struct mutex pci_status_mutex;676 enum mlx5_pci_status pci_status;677 u8 rev_id;678 char board_id[MLX5_BOARD_ID_LEN];679 struct mlx5_cmd cmd;680 struct mlx5_port_caps port_caps[MLX5_MAX_PORTS];[all …]
822 struct mlx5_core_dev { struct845 void (*event) (struct mlx5_core_dev *dev, argument848 struct mlx5_priv priv;849 struct mlx5_profile *profile;850 atomic_t num_qps;851 u32 issi;852 struct mlx5e_resources mlx5e_res;853 struct mlx5_vxlan *vxlan;854 struct {857 } roce;[all …]
378 struct mlx5_core_dev *mlx5_core_dev; member
494 struct mlx5_core_dev *mlx5_core_dev; member