Searched defs:e1000_hw (Results 1 – 3 of 3) sorted by relevance
1384 struct e1000_hw { struct1385 u8 __iomem *hw_addr;1386 u8 __iomem *flash_address;1387 e1000_mac_type mac_type;1388 e1000_phy_type phy_type;1389 u32 phy_init_script;1390 e1000_media_type media_type;1391 void *back;1392 struct e1000_shadow_ram *eeprom_shadow_ram;1393 u32 flash_bank_size;[all …]
568 struct e1000_hw { struct569 void *back;570 void *dev_spec;594 extern char *igb_get_hw_dev_name(struct e1000_hw *hw); argument
875 struct e1000_hw { struct899 hw_dbg(struct e1000_hw *hw, const char *format, ...) in hw_dbg() argument