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