Lines Matching defs:e1000_hw

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