Searched defs:e1000_hw (Results 1 – 4 of 4) sorted by relevance
238 struct e1000_hw { struct261 void e1000_rlpml_set_vf(struct e1000_hw *, u16); argument
1350 struct e1000_hw { struct1351 u8 __iomem *hw_addr;1352 u8 __iomem *flash_address;1353 void __iomem *ce4100_gbe_mdio_base_virt;1354 e1000_mac_type mac_type;1355 e1000_phy_type phy_type;1356 u32 phy_init_script;1357 e1000_media_type media_type;1358 void *back;1359 struct e1000_shadow_ram *eeprom_shadow_ram;[all …]
532 struct e1000_hw { struct533 void *back;535 u8 __iomem *hw_addr;559 struct net_device *igb_get_hw_dev(struct e1000_hw *hw); argument
679 struct e1000_hw { struct680 struct e1000_adapter *adapter;682 void __iomem *hw_addr;683 void __iomem *flash_address;685 struct e1000_mac_info mac;686 struct e1000_fc_info fc;687 struct e1000_phy_info phy;688 struct e1000_nvm_info nvm;689 struct e1000_bus_info bus;690 struct e1000_host_mng_dhcp_cookie mng_cookie;[all …]