Lines Matching defs:mlx4_en_dev
341 struct mlx4_en_dev { struct
342 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;
351 struct device *dma_device;
352 void __iomem *uar_map;
353 struct mlx4_uar priv_uar;
354 struct mlx4_mr mr;
355 u32 priv_pdn;
356 spinlock_t uar_lock;
357 u8 mac_removed[MLX4_MAX_PORTS + 1];