Lines Matching defs:ehea_port
442 struct ehea_port { struct
446 struct ehea_port_res port_res[EHEA_MAX_PORT_RES]; argument
447 struct platform_device ofdev; /* Open Firmware Device */
448 struct ehea_mc_list *mc_list; /* Multicast MAC addresses */
449 struct ehea_eq *qp_eq;
450 struct work_struct reset_task;
451 struct delayed_work stats_work;
452 struct mutex port_lock;
453 char int_aff_name[EHEA_IRQ_NAME_SIZE];
454 int allmulti; /* Indicates IFF_ALLMULTI state */
455 int promisc; /* Indicates IFF_PROMISC state */
456 int num_mcs;
457 int resets;
458 unsigned long flags;
459 u64 mac_addr;
460 u32 logical_port_id;
461 u32 port_speed;
462 u32 msg_enable;
463 u32 sig_comp_iv;
464 u32 state;
488 int ehea_sense_port_attr(struct ehea_port *port); argument