Searched defs:e1000_info (Results 1 – 2 of 2) sorted by relevance
336 struct e1000_info { struct337 enum e1000_mac_type mac;338 unsigned int flags;339 unsigned int flags2;340 u32 pba;341 u32 max_hw_frame_size;342 s32 (*get_variants)(struct e1000_adapter *);343 const struct e1000_mac_operations *mac_ops;344 const struct e1000_phy_operations *phy_ops;345 const struct e1000_nvm_operations *nvm_ops;
354 struct e1000_info { struct361 extern const struct e1000_info e1000_82575_info; argument
Completed in 8 milliseconds