Lines Matching defs:ehea_port
427 struct ehea_port { struct
431 struct ehea_port_res port_res[EHEA_MAX_PORT_RES]; argument
432 struct platform_device ofdev; /* Open Firmware Device */
433 struct ehea_mc_list *mc_list; /* Multicast MAC addresses */
434 struct ehea_eq *qp_eq;
435 struct work_struct reset_task;
436 struct delayed_work stats_work;
437 struct mutex port_lock;
438 char int_aff_name[EHEA_IRQ_NAME_SIZE];
439 int allmulti; /* Indicates IFF_ALLMULTI state */
440 int promisc; /* Indicates IFF_PROMISC state */
441 int num_mcs;
442 int resets;
443 unsigned long flags;
444 u64 mac_addr;
445 u32 logical_port_id;
446 u32 port_speed;
447 u32 msg_enable;
448 u32 sig_comp_iv;
449 u32 state;
473 int ehea_sense_port_attr(struct ehea_port *port); argument