Lines Matching defs:e1000_hw

1350 struct e1000_hw {  struct
1351 u8 __iomem *hw_addr;
1352 u8 __iomem *flash_address;
1353 void __iomem *ce4100_gbe_mdio_base_virt;
1354 e1000_mac_type mac_type;
1355 e1000_phy_type phy_type;
1356 u32 phy_init_script;
1357 e1000_media_type media_type;
1358 void *back;
1359 struct e1000_shadow_ram *eeprom_shadow_ram;
1360 u32 flash_bank_size;
1361 u32 flash_base_addr;
1362 e1000_fc_type fc;
1363 e1000_bus_speed bus_speed;
1364 e1000_bus_width bus_width;
1365 e1000_bus_type bus_type;
1366 struct e1000_eeprom_info eeprom;
1367 e1000_ms_type master_slave;
1368 e1000_ms_type original_master_slave;
1369 e1000_ffe_config ffe_config_state;
1370 u32 asf_firmware_present;
1371 u32 eeprom_semaphore_present;
1372 unsigned long io_base;
1373 u32 phy_id;
1374 u32 phy_revision;
1375 u32 phy_addr;
1376 u32 original_fc;
1377 u32 txcw;
1378 u32 autoneg_failed;
1379 u32 max_frame_size;
1380 u32 min_frame_size;
1381 u32 mc_filter_type;
1382 u32 num_mc_addrs;
1383 u32 collision_delta;
1384 u32 tx_packet_delta;
1385 u32 ledctl_default;
1386 u32 ledctl_mode1;
1387 u32 ledctl_mode2;
1388 bool tx_pkt_filtering;
1389 struct e1000_host_mng_dhcp_cookie mng_cookie;
1390 u16 phy_spd_default;
1391 u16 autoneg_advertised;
1392 u16 pci_cmd_word;
1393 u16 fc_high_water;
1394 u16 fc_low_water;
1395 u16 fc_pause_time;
1396 u16 current_ifs_val;
1397 u16 ifs_min_val;
1398 u16 ifs_max_val;
1399 u16 ifs_step_size;
1400 u16 ifs_ratio;
1401 u16 device_id;
1402 u16 vendor_id;
1403 u16 subsystem_id;
1404 u16 subsystem_vendor_id;
1405 u8 revision_id;
1406 u8 autoneg;
1407 u8 mdix;
1408 u8 forced_speed_duplex;
1409 u8 wait_autoneg_complete;
1410 u8 dma_fairness;
1411 u8 mac_addr[NODE_ADDRESS_SIZE];
1412 u8 perm_mac_addr[NODE_ADDRESS_SIZE];
1413 bool disable_polarity_correction;
1414 bool speed_downgraded;
1415 e1000_smart_speed smart_speed;
1416 e1000_dsp_config dsp_config_state;
1417 bool get_link_status;
1418 bool serdes_has_link;
1419 bool tbi_compatibility_en;
1420 bool tbi_compatibility_on;
1421 bool laa_is_present;
1422 bool phy_reset_disable;
1423 bool initialize_hw_bits_disable;
1424 bool fc_send_xon;
1425 bool fc_strict_ieee;
1426 bool report_tx_early;
1427 bool adaptive_ifs;
1428 bool ifs_params_forced;
1429 bool in_ifs_mode;
1430 bool mng_reg_access_disabled;
1431 bool leave_av_bit_off;
1432 bool bad_tx_carr_stats_fd;
1433 bool has_smbus;