Searched defs:e1000_hw (Results 1 – 3 of 3) sorted by relevance
261 struct e1000_hw { struct262 void *back;264 u8 *hw_addr;265 u8 *flash_address;266 unsigned long io_base;268 struct e1000_mac_info mac;292 s32 e1000_read_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value); argument
987 struct e1000_hw { struct988 void *back;990 u8 *hw_addr;991 u8 *flash_address;992 unsigned long io_base;994 struct e1000_mac_info mac;995 struct e1000_fc_info fc;996 struct e1000_phy_info phy;997 struct e1000_nvm_info nvm;998 struct e1000_bus_info bus;[all …]
890 struct e1000_hw { struct891 struct pci_device *pdev;892 uint8_t *hw_addr;893 e1000_mac_type mac_type;894 e1000_phy_type phy_type;898 e1000_media_type media_type;899 e1000_fc_type fc;905 struct e1000_eeprom_info eeprom;911 uint32_t io_base;912 uint32_t phy_id;[all …]