Lines Matching defs:e1000_hw

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