Searched defs:mlx4_en_dev (Results 1 – 1 of 1) sorted by relevance
414 struct mlx4_en_dev { struct415 struct mlx4_dev *dev;416 struct pci_dev *pdev;417 struct mutex state_lock;418 struct net_device *pndev[MLX4_MAX_PORTS + 1];419 struct net_device *upper[MLX4_MAX_PORTS + 1];420 u32 port_cnt;421 bool device_up;422 struct mlx4_en_profile profile;423 u32 LSO_support;[all …]