Searched defs:mlx4_en_dev (Results 1 – 1 of 1) sorted by relevance
341 struct mlx4_en_dev { struct342 struct mlx4_dev *dev;343 struct pci_dev *pdev;344 struct mutex state_lock;345 struct net_device *pndev[MLX4_MAX_PORTS + 1];346 u32 port_cnt;347 bool device_up;348 struct mlx4_en_profile profile;349 u32 LSO_support;350 struct workqueue_struct *workqueue;[all …]