Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mlx5/
Ddriver.h823 struct mlx5_core_dev { struct
846 void (*event) (struct mlx5_core_dev *dev, argument
849 struct mlx5_priv priv;
850 struct mlx5_profile *profile;
851 atomic_t num_qps;
852 u32 issi;
853 struct mlx5e_resources mlx5e_res;
854 struct mlx5_vxlan *vxlan;
855 struct {
858 } roce;
[all …]
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfw.c378 struct mlx5_core_dev *mlx5_core_dev; member