Lines Matching defs:igc_mac_info
76 struct igc_mac_info { struct
77 struct igc_mac_operations ops;
79 u8 addr[ETH_ALEN];
80 u8 perm_addr[ETH_ALEN];
82 enum igc_mac_type type;
84 u32 mc_filter_type;
86 u16 mta_reg_count;
87 u16 uta_reg_count;
89 u32 mta_shadow[MAX_MTA_REG];
90 u16 rar_entry_count;
92 bool asf_firmware_present;
93 bool arc_subsystem_valid;
95 bool autoneg;
96 bool autoneg_failed;
97 bool get_link_status;