Lines Matching defs:ehea_port
428 struct ehea_port { struct
432 struct ehea_port_res port_res[EHEA_MAX_PORT_RES]; argument
433 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 */
441 int promisc; /* Indicates IFF_PROMISC state */
442 int num_mcs;
443 int resets;
444 unsigned long flags;
445 u64 mac_addr;
446 u32 logical_port_id;
447 u32 port_speed;
448 u32 msg_enable;
449 u32 sig_comp_iv;
450 u32 state;
474 int ehea_sense_port_attr(struct ehea_port *port); argument