Lines Matching defs:ehea_adapter
393 struct ehea_adapter { struct
394 u64 handle;
395 struct platform_device *ofdev;
396 struct ehea_port *port[EHEA_MAX_PORTS];
397 struct ehea_eq *neq; /* notification event queue */
398 struct tasklet_struct neq_tasklet;
399 struct ehea_mr mr;
400 u32 pd; /* protection domain */
401 u64 max_mc_mac; /* max number of multicast mac addresses */
402 int active_ports;
403 struct list_head list;