Searched defs:ehea_port (Results 1 – 1 of 1) sorted by relevance
463 struct ehea_port { struct467 struct ehea_port_res port_res[EHEA_MAX_PORT_RES]; argument468 struct of_device ofdev; /* Open Firmware Device */469 struct ehea_mc_list *mc_list; /* Multicast MAC addresses */470 struct vlan_group *vgrp;471 struct ehea_eq *qp_eq;472 struct work_struct reset_task;473 struct mutex port_lock;474 char int_aff_name[EHEA_IRQ_NAME_SIZE];475 int allmulti; /* Indicates IFF_ALLMULTI state */[all …]