Searched defs:e1000_hw (Results 1 – 4 of 4) sorted by relevance
237 struct e1000_hw { struct260 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 …]
531 struct e1000_hw { struct532 void *back;534 u8 __iomem *hw_addr;558 struct net_device *igb_get_hw_dev(struct e1000_hw *hw); argument
674 struct e1000_hw { struct675 struct e1000_adapter *adapter;677 void __iomem *hw_addr;678 void __iomem *flash_address;680 struct e1000_mac_info mac;681 struct e1000_fc_info fc;682 struct e1000_phy_info phy;683 struct e1000_nvm_info nvm;684 struct e1000_bus_info bus;685 struct e1000_host_mng_dhcp_cookie mng_cookie;[all …]