Searched defs:e1000_hw (Results 1 – 4 of 4) sorted by relevance
216 struct e1000_hw { struct240 void e1000_rlpml_set_vf(struct e1000_hw *, u16); argument
1322 struct e1000_hw { struct1323 u8 __iomem *hw_addr;1324 u8 __iomem *flash_address;1325 void __iomem *ce4100_gbe_mdio_base_virt;1326 e1000_mac_type mac_type;1327 e1000_phy_type phy_type;1328 u32 phy_init_script;1329 e1000_media_type media_type;1330 void *back;1331 struct e1000_shadow_ram *eeprom_shadow_ram;[all …]
517 struct e1000_hw { struct518 void *back;520 u8 __iomem *hw_addr;544 struct net_device *igb_get_hw_dev(struct e1000_hw *hw); argument
714 struct e1000_hw { struct715 struct e1000_adapter *adapter;717 void __iomem *hw_addr;718 void __iomem *flash_address;720 struct e1000_mac_info mac;721 struct e1000_fc_info fc;722 struct e1000_phy_info phy;723 struct e1000_nvm_info nvm;724 struct e1000_bus_info bus;725 struct e1000_host_mng_dhcp_cookie mng_cookie;[all …]