Searched defs:e1000_mac_info (Results 1 – 3 of 3) sorted by relevance
381 struct e1000_mac_info { struct382 struct e1000_mac_operations ops;384 u8 addr[6];385 u8 perm_addr[6];387 enum e1000_mac_type type;389 u32 ledctl_default;390 u32 ledctl_mode1;391 u32 ledctl_mode2;392 u32 mc_filter_type;393 u32 txcw;[all …]
534 struct e1000_mac_info { struct535 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;[all …]
191 struct e1000_mac_info { struct192 struct e1000_mac_operations ops;193 u8 addr[6];194 u8 perm_addr[6];196 enum e1000_mac_type type;198 u16 mta_reg_count;199 u16 rar_entry_count;201 bool get_link_status;