Searched defs:mlx4_en_dev (Results 1 – 1 of 1) sorted by relevance
451 struct mlx4_en_dev { struct452 struct mlx4_dev *dev;453 struct pci_dev *pdev;454 struct mutex state_lock;455 if_t pndev[MLX4_MAX_PORTS + 1];456 u32 port_cnt;457 bool device_up;458 struct mlx4_en_profile profile;459 u32 LSO_support;460 struct workqueue_struct *workqueue;[all …]