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