Searched defs:mlx4_en_dev (Results 1 – 1 of 1) sorted by relevance
389 struct mlx4_en_dev { struct390 struct mlx4_dev *dev;391 struct pci_dev *pdev;392 struct mutex state_lock;393 struct net_device *pndev[MLX4_MAX_PORTS + 1];394 struct net_device *upper[MLX4_MAX_PORTS + 1];395 u32 port_cnt;396 bool device_up;397 struct mlx4_en_profile profile;398 u32 LSO_support;[all …]