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