Searched defs:e1000_mac_info (Results 1 – 3 of 3) sorted by relevance
366 u8 addr[6];367 u8 perm_addr[6];371 u32 ledctl_default;372 u32 ledctl_mode1;373 u32 ledctl_mode2;375 u32 txcw;377 u16 mta_reg_count;378 u16 uta_reg_count;387 bool adaptive_ifs;390 bool autoneg;[all …]
576 u8 addr[ETH_ALEN];583 u32 ledctl_mode1;584 u32 ledctl_mode2;587 u32 txcw;590 u16 ifs_max_val;591 u16 ifs_min_val;592 u16 ifs_ratio;593 u16 ifs_step_size;604 bool has_fwsm;606 bool autoneg;[all …]
170 struct e1000_mac_info { struct171 struct e1000_mac_operations ops;172 u8 addr[6];173 u8 perm_addr[6];175 enum e1000_mac_type type;177 u16 mta_reg_count;178 u16 rar_entry_count;180 bool get_link_status;
Completed in 821 milliseconds