Searched defs:e1000_hw (Results 1 – 1 of 1) sorted by relevance
1076 struct e1000_hw { struct1077 const char *name;1078 struct list_head list_node;1080 struct eth_device *nic;1083 struct spi_slave spi;1085 unsigned int cardnum;1088 struct udevice *pdev;1090 pci_dev_t pdev;1092 uint8_t *hw_addr;1093 e1000_mac_type mac_type;[all …]