Searched defs:mlx4_en_dev (Results 1 – 1 of 1) sorted by relevance
402 struct mlx4_en_dev { struct403 struct mlx4_dev *dev;404 struct pci_dev *pdev;405 struct mutex state_lock;406 struct net_device *pndev[MLX4_MAX_PORTS + 1];407 struct net_device *upper[MLX4_MAX_PORTS + 1];408 u32 port_cnt;409 bool device_up;410 struct mlx4_en_profile profile;411 u32 LSO_support;[all …]