Home
last modified time | relevance | path

Searched defs:e1000_info (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h338 struct e1000_info { struct
339 enum e1000_mac_type mac;
340 unsigned int flags;
341 unsigned int flags2;
342 u32 pba;
343 u32 max_hw_frame_size;
344 s32 (*get_variants)(struct e1000_adapter *);
345 const struct e1000_mac_operations *mac_ops;
346 const struct e1000_phy_operations *phy_ops;
347 const struct e1000_nvm_operations *nvm_ops;
/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h354 struct e1000_info { struct
361 extern const struct e1000_info e1000_82575_info; argument