Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
De1000.h354 struct e1000_info { struct
355 enum e1000_mac_type mac;
356 unsigned int flags;
357 unsigned int flags2;
358 u32 pba;
359 u32 max_hw_frame_size;
360 s32 (*get_variants)(struct e1000_adapter *);
361 const struct e1000_mac_operations *mac_ops;
362 const struct e1000_phy_operations *phy_ops;
363 const struct e1000_nvm_operations *nvm_ops;
/linux-4.4.14/drivers/net/ethernet/intel/igb/
De1000_hw.h372 struct e1000_info { struct
379 extern const struct e1000_info e1000_82575_info; argument