Searched defs:e1000_mac_info (Results 1 – 2 of 2) sorted by relevance
826 struct e1000_mac_info { struct827 struct e1000_mac_operations ops;828 u8 addr[ETHER_ADDR_LEN];829 u8 perm_addr[ETHER_ADDR_LEN];831 enum e1000_mac_type type;833 u32 collision_delta;834 u32 ledctl_default;835 u32 ledctl_mode1;836 u32 ledctl_mode2;837 u32 mc_filter_type;[all …]
215 struct e1000_mac_info { struct216 struct e1000_mac_operations ops;217 u8 addr[6];218 u8 perm_addr[6];220 enum e1000_mac_type type;222 u16 mta_reg_count;223 u16 rar_entry_count;225 bool get_link_status;