Searched defs:ehea_port (Results 1 – 1 of 1) sorted by relevance
428 struct ehea_port { struct432 struct ehea_port_res port_res[EHEA_MAX_PORT_RES]; argument433 struct platform_device ofdev; /* Open Firmware Device */434 struct ehea_mc_list *mc_list; /* Multicast MAC addresses */435 struct ehea_eq *qp_eq;436 struct work_struct reset_task;437 struct delayed_work stats_work;438 struct mutex port_lock;439 char int_aff_name[EHEA_IRQ_NAME_SIZE];440 int allmulti; /* Indicates IFF_ALLMULTI state */[all …]