Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Dvf.h216 struct e1000_hw { struct
240 void e1000_rlpml_set_vf(struct e1000_hw *, u16); argument
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1322 struct e1000_hw { struct
1323 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 …]
/openbmc/u-boot/drivers/net/
H A De1000.h1075 struct e1000_hw { struct
1076 const char *name;
1077 struct list_head list_node;
1079 struct eth_device *nic;
1082 struct spi_slave spi;
1084 unsigned int cardnum;
1087 struct udevice *pdev;
1089 pci_dev_t pdev;
1091 uint8_t *hw_addr;
1092 e1000_mac_type mac_type;
[all …]
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h517 struct e1000_hw { struct
518 void *back;
520 u8 __iomem *hw_addr;
544 struct net_device *igb_get_hw_dev(struct e1000_hw *hw); argument
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h716 struct e1000_hw { struct
717 struct e1000_adapter *adapter;
719 void __iomem *hw_addr;
720 void __iomem *flash_address;
722 struct e1000_mac_info mac;
723 struct e1000_fc_info fc;
724 struct e1000_phy_info phy;
725 struct e1000_nvm_info nvm;
726 struct e1000_bus_info bus;
727 struct e1000_host_mng_dhcp_cookie mng_cookie;
[all …]