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