Home
last modified time | relevance | path

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

/illumos-gate/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.h1072 struct e1000_hw { struct
1073 void *back;
1075 u8 *hw_addr;
1076 u8 *flash_address;
1077 unsigned long io_base;
1079 struct e1000_mac_info mac;
1080 struct e1000_fc_info fc;
1081 struct e1000_phy_info phy;
1084 struct e1000_mbx_info mbx;
1087 union {
[all …]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h890 struct e1000_hw { struct
892 uint8_t *hw_addr;
899 e1000_fc_type fc;
911 uint32_t io_base;
912 uint32_t phy_id;
914 uint32_t phy_revision;
916 uint32_t phy_addr;
920 uint32_t txcw;
946 uint16_t device_id;
947 uint16_t vendor_id;
[all …]