Searched defs:e1000_hw (Results 1 – 4 of 4) sorted by relevance
239 struct e1000_hw { struct262 void e1000_rlpml_set_vf(struct e1000_hw *, u16); argument
1342 struct e1000_hw { struct1343 u8 __iomem *hw_addr;1344 u8 __iomem *flash_address;1345 void __iomem *ce4100_gbe_mdio_base_virt;1346 e1000_mac_type mac_type;1347 e1000_phy_type phy_type;1348 u32 phy_init_script;1349 e1000_media_type media_type;1350 void *back;1351 struct e1000_shadow_ram *eeprom_shadow_ram;[all …]
495 struct e1000_hw { struct496 void *back;498 u8 __iomem *hw_addr;522 extern struct net_device *igb_get_hw_dev(struct e1000_hw *hw); argument
964 struct e1000_hw { struct965 struct e1000_adapter *adapter;967 u8 __iomem *hw_addr;968 u8 __iomem *flash_address;970 struct e1000_mac_info mac;971 struct e1000_fc_info fc;972 struct e1000_phy_info phy;973 struct e1000_nvm_info nvm;974 struct e1000_bus_info bus;975 struct e1000_host_mng_dhcp_cookie mng_cookie;[all …]