Lines Matching defs:e1000_mac_info
530 struct e1000_mac_info { struct
531 struct e1000_mac_operations ops;
532 u8 addr[ETH_ALEN];
533 u8 perm_addr[ETH_ALEN];
535 enum e1000_mac_type type;
537 u32 collision_delta;
538 u32 ledctl_default;
539 u32 ledctl_mode1;
540 u32 ledctl_mode2;
541 u32 mc_filter_type;
542 u32 tx_packet_delta;
543 u32 txcw;
545 u16 current_ifs_val;
546 u16 ifs_max_val;
547 u16 ifs_min_val;
548 u16 ifs_ratio;
549 u16 ifs_step_size;
550 u16 mta_reg_count;
554 u32 mta_shadow[MAX_MTA_REG];
555 u16 rar_entry_count;
557 u8 forced_speed_duplex;
559 bool adaptive_ifs;
560 bool has_fwsm;
561 bool arc_subsystem_valid;
562 bool autoneg;
563 bool autoneg_failed;
564 bool get_link_status;
565 bool in_ifs_mode;
566 bool serdes_has_link;
567 bool tx_pkt_filtering;
568 enum e1000_serdes_link_state serdes_link_state;