Lines Matching defs:e1000_hw

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