Home
last modified time | relevance | path

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

/titanic_41/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.h985 struct e1000_hw { struct
986 void *back;
988 u8 *hw_addr;
989 u8 *flash_address;
990 unsigned long io_base;
992 struct e1000_mac_info mac;
993 struct e1000_fc_info fc;
994 struct e1000_phy_info phy;
995 struct e1000_nvm_info nvm;
996 struct e1000_bus_info bus;
[all …]
/titanic_41/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 …]