Lines Matching defs:e1000_hw
1384 struct e1000_hw { struct
1385 u8 __iomem *hw_addr;
1386 u8 __iomem *flash_address;
1387 e1000_mac_type mac_type;
1388 e1000_phy_type phy_type;
1389 u32 phy_init_script;
1390 e1000_media_type media_type;
1391 void *back;
1392 struct e1000_shadow_ram *eeprom_shadow_ram;
1393 u32 flash_bank_size;
1394 u32 flash_base_addr;
1395 e1000_fc_type fc;
1396 e1000_bus_speed bus_speed;
1397 e1000_bus_width bus_width;
1398 e1000_bus_type bus_type;
1399 struct e1000_eeprom_info eeprom;
1400 e1000_ms_type master_slave;
1401 e1000_ms_type original_master_slave;
1402 e1000_ffe_config ffe_config_state;
1403 u32 asf_firmware_present;
1404 u32 eeprom_semaphore_present;
1405 u32 swfw_sync_present;
1406 u32 swfwhw_semaphore_present;
1407 unsigned long io_base;
1408 u32 phy_id;
1409 u32 phy_revision;
1410 u32 phy_addr;
1411 u32 original_fc;
1412 u32 txcw;
1413 u32 autoneg_failed;
1414 u32 max_frame_size;
1415 u32 min_frame_size;
1416 u32 mc_filter_type;
1417 u32 num_mc_addrs;
1418 u32 collision_delta;
1419 u32 tx_packet_delta;
1420 u32 ledctl_default;
1421 u32 ledctl_mode1;
1422 u32 ledctl_mode2;
1423 bool tx_pkt_filtering;
1424 struct e1000_host_mng_dhcp_cookie mng_cookie;
1425 u16 phy_spd_default;
1426 u16 autoneg_advertised;
1427 u16 pci_cmd_word;
1428 u16 fc_high_water;
1429 u16 fc_low_water;
1430 u16 fc_pause_time;
1431 u16 current_ifs_val;
1432 u16 ifs_min_val;
1433 u16 ifs_max_val;
1434 u16 ifs_step_size;
1435 u16 ifs_ratio;
1436 u16 device_id;
1437 u16 vendor_id;
1438 u16 subsystem_id;
1439 u16 subsystem_vendor_id;
1440 u8 revision_id;
1441 u8 autoneg;
1442 u8 mdix;
1443 u8 forced_speed_duplex;
1444 u8 wait_autoneg_complete;
1445 u8 dma_fairness;
1446 u8 mac_addr[NODE_ADDRESS_SIZE];
1447 u8 perm_mac_addr[NODE_ADDRESS_SIZE];
1448 bool disable_polarity_correction;
1449 bool speed_downgraded;
1450 e1000_smart_speed smart_speed;
1451 e1000_dsp_config dsp_config_state;
1452 bool get_link_status;
1453 bool serdes_link_down;
1454 bool tbi_compatibility_en;
1455 bool tbi_compatibility_on;
1456 bool laa_is_present;
1457 bool phy_reset_disable;
1458 bool initialize_hw_bits_disable;
1459 bool fc_send_xon;
1460 bool fc_strict_ieee;
1461 bool report_tx_early;
1462 bool adaptive_ifs;
1463 bool ifs_params_forced;
1464 bool in_ifs_mode;
1465 bool mng_reg_access_disabled;
1466 bool leave_av_bit_off;
1467 bool kmrn_lock_loss_workaround_disabled;
1468 bool bad_tx_carr_stats_fd;
1469 bool has_manc2h;
1470 bool rx_needs_kicking;
1471 bool has_smbus;