Lines Matching defs:e1000_hw

1075 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;
1093 e1000_phy_type phy_type;
1094 uint32_t phy_init_script;
1095 uint32_t txd_cmd;
1096 e1000_media_type media_type;
1097 e1000_fc_type fc;
1098 e1000_bus_type bus_type;
1099 uint32_t asf_firmware_present;
1101 uint32_t eeprom_semaphore_present;
1103 uint32_t swfw_sync_present;
1104 uint32_t swfwhw_semaphore_present;
1106 struct e1000_eeprom_info eeprom;
1108 e1000_ms_type master_slave;
1109 e1000_ms_type original_master_slave;
1110 e1000_ffe_config ffe_config_state;
1111 uint32_t phy_id;
1112 uint32_t phy_revision;
1113 uint32_t phy_addr;
1114 uint32_t original_fc;
1115 uint32_t txcw;
1116 uint32_t autoneg_failed;
1117 uint16_t autoneg_advertised;
1118 uint16_t pci_cmd_word;
1119 uint16_t fc_high_water;
1120 uint16_t fc_low_water;
1121 uint16_t fc_pause_time;
1122 uint16_t device_id;
1123 uint16_t vendor_id;
1124 uint16_t subsystem_id;
1125 uint16_t subsystem_vendor_id;
1126 uint8_t revision_id;
1127 uint8_t autoneg;
1128 uint8_t mdix;
1129 uint8_t forced_speed_duplex;
1130 uint8_t wait_autoneg_complete;
1131 uint8_t dma_fairness;
1132 bool disable_polarity_correction;
1133 bool speed_downgraded;
1134 bool get_link_status;
1135 bool tbi_compatibility_en;
1136 bool tbi_compatibility_on;
1137 bool fc_strict_ieee;
1138 bool fc_send_xon;
1139 bool report_tx_early;
1140 bool phy_reset_disable;
1141 bool initialize_hw_bits_disable;
1142 e1000_smart_speed smart_speed;
1143 e1000_dsp_config dsp_config_state;