Lines Matching defs:e1000_mac_info
574 struct e1000_mac_info { struct
575 struct e1000_mac_operations ops;
576 u8 addr[ETH_ALEN];
577 u8 perm_addr[ETH_ALEN];
579 enum e1000_mac_type type;
581 u32 collision_delta;
582 u32 ledctl_default;
583 u32 ledctl_mode1;
584 u32 ledctl_mode2;
585 u32 mc_filter_type;
586 u32 tx_packet_delta;
587 u32 txcw;
589 u16 current_ifs_val;
590 u16 ifs_max_val;
591 u16 ifs_min_val;
592 u16 ifs_ratio;
593 u16 ifs_step_size;
594 u16 mta_reg_count;
598 u32 mta_shadow[MAX_MTA_REG];
599 u16 rar_entry_count;
601 u8 forced_speed_duplex;
603 bool adaptive_ifs;
604 bool has_fwsm;
605 bool arc_subsystem_valid;
606 bool autoneg;
607 bool autoneg_failed;
608 bool get_link_status;
609 bool in_ifs_mode;
610 bool serdes_has_link;
611 bool tx_pkt_filtering;
612 enum e1000_serdes_link_state serdes_link_state;