Lines Matching defs:ehea_adapter
379 struct ehea_adapter { struct
380 u64 handle;
381 struct platform_device *ofdev;
382 struct ehea_port *port[EHEA_MAX_PORTS];
383 struct ehea_eq *neq; /* notification event queue */
384 struct tasklet_struct neq_tasklet;
385 struct ehea_mr mr;
386 u32 pd; /* protection domain */
387 u64 max_mc_mac; /* max number of multicast mac addresses */
388 int active_ports;
389 struct list_head list;