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