Lines Matching defs:e1000_hw
1325 struct e1000_hw { struct
1326 u8 __iomem *hw_addr;
1327 u8 __iomem *flash_address;
1328 void __iomem *ce4100_gbe_mdio_base_virt;
1329 e1000_mac_type mac_type;
1330 e1000_phy_type phy_type;
1331 u32 phy_init_script;
1332 e1000_media_type media_type;
1333 void *back;
1334 struct e1000_shadow_ram *eeprom_shadow_ram;
1335 u32 flash_bank_size;
1336 u32 flash_base_addr;
1337 e1000_fc_type fc;
1338 e1000_bus_speed bus_speed;
1339 e1000_bus_width bus_width;
1340 e1000_bus_type bus_type;
1341 struct e1000_eeprom_info eeprom;
1342 e1000_ms_type master_slave;
1343 e1000_ms_type original_master_slave;
1344 e1000_ffe_config ffe_config_state;
1345 u32 asf_firmware_present;
1346 u32 eeprom_semaphore_present;
1347 unsigned long io_base;
1348 u32 phy_id;
1349 u32 phy_revision;
1350 u32 phy_addr;
1351 u32 original_fc;
1352 u32 txcw;
1353 u32 autoneg_failed;
1354 u32 max_frame_size;
1355 u32 min_frame_size;
1356 u32 mc_filter_type;
1357 u32 num_mc_addrs;
1358 u32 collision_delta;
1359 u32 tx_packet_delta;
1360 u32 ledctl_default;
1361 u32 ledctl_mode1;
1362 u32 ledctl_mode2;
1363 bool tx_pkt_filtering;
1364 struct e1000_host_mng_dhcp_cookie mng_cookie;
1365 u16 phy_spd_default;
1366 u16 autoneg_advertised;
1367 u16 pci_cmd_word;
1368 u16 fc_high_water;
1369 u16 fc_low_water;
1370 u16 fc_pause_time;
1371 u16 current_ifs_val;
1372 u16 ifs_min_val;
1373 u16 ifs_max_val;
1374 u16 ifs_step_size;
1375 u16 ifs_ratio;
1376 u16 device_id;
1377 u16 vendor_id;
1378 u16 subsystem_id;
1379 u16 subsystem_vendor_id;
1380 u8 revision_id;
1381 u8 autoneg;
1382 u8 mdix;
1383 u8 forced_speed_duplex;
1384 u8 wait_autoneg_complete;
1385 u8 dma_fairness;
1386 u8 mac_addr[NODE_ADDRESS_SIZE];
1387 u8 perm_mac_addr[NODE_ADDRESS_SIZE];
1388 bool disable_polarity_correction;
1389 bool speed_downgraded;
1390 e1000_smart_speed smart_speed;
1391 e1000_dsp_config dsp_config_state;
1392 bool get_link_status;
1393 bool serdes_has_link;
1394 bool tbi_compatibility_en;
1395 bool tbi_compatibility_on;
1396 bool laa_is_present;
1397 bool phy_reset_disable;
1398 bool initialize_hw_bits_disable;
1399 bool fc_send_xon;
1400 bool fc_strict_ieee;
1401 bool report_tx_early;
1402 bool adaptive_ifs;
1403 bool ifs_params_forced;
1404 bool in_ifs_mode;
1405 bool mng_reg_access_disabled;
1406 bool leave_av_bit_off;
1407 bool bad_tx_carr_stats_fd;
1408 bool has_smbus;