Lines Matching defs:e1000_mac_info
534 struct e1000_mac_info { struct
535 struct e1000_mac_operations ops;
536 u8 addr[ETH_ALEN];
537 u8 perm_addr[ETH_ALEN];
539 enum e1000_mac_type type;
541 u32 collision_delta;
542 u32 ledctl_default;
543 u32 ledctl_mode1;
544 u32 ledctl_mode2;
545 u32 mc_filter_type;
546 u32 tx_packet_delta;
547 u32 txcw;
549 u16 current_ifs_val;
550 u16 ifs_max_val;
551 u16 ifs_min_val;
552 u16 ifs_ratio;
553 u16 ifs_step_size;
554 u16 mta_reg_count;
558 u32 mta_shadow[MAX_MTA_REG];
559 u16 rar_entry_count;
561 u8 forced_speed_duplex;
563 bool adaptive_ifs;
564 bool has_fwsm;
565 bool arc_subsystem_valid;
566 bool autoneg;
567 bool autoneg_failed;
568 bool get_link_status;
569 bool in_ifs_mode;
570 bool serdes_has_link;
571 bool tx_pkt_filtering;
572 enum e1000_serdes_link_state serdes_link_state;