Lines Matching defs:e1000_mac_info
562 struct e1000_mac_info { struct
563 struct e1000_mac_operations ops;
564 u8 addr[ETH_ALEN];
565 u8 perm_addr[ETH_ALEN];
567 enum e1000_mac_type type;
569 u32 collision_delta;
570 u32 ledctl_default;
571 u32 ledctl_mode1;
572 u32 ledctl_mode2;
573 u32 mc_filter_type;
574 u32 tx_packet_delta;
575 u32 txcw;
577 u16 current_ifs_val;
578 u16 ifs_max_val;
579 u16 ifs_min_val;
580 u16 ifs_ratio;
581 u16 ifs_step_size;
582 u16 mta_reg_count;
586 u32 mta_shadow[MAX_MTA_REG];
587 u16 rar_entry_count;
589 u8 forced_speed_duplex;
591 bool adaptive_ifs;
592 bool has_fwsm;
593 bool arc_subsystem_valid;
594 bool autoneg;
595 bool autoneg_failed;
596 bool get_link_status;
597 bool in_ifs_mode;
598 bool serdes_has_link;
599 bool tx_pkt_filtering;
600 enum e1000_serdes_link_state serdes_link_state;