Home
last modified time | relevance | path

Searched defs:e1000_hw (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_vf.h261 struct e1000_hw { struct
262 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
H A De1000_hw.h987 struct e1000_hw { struct
988 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 …]
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h890 struct e1000_hw { struct
891 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 …]