Lines Matching defs:e1000_hw
1037 struct e1000_hw { struct
1038 void *back;
1040 u8 *hw_addr;
1041 u8 *flash_address;
1042 unsigned long io_base;
1044 struct e1000_mac_info mac;
1045 struct e1000_fc_info fc;
1046 struct e1000_phy_info phy;
1047 struct e1000_nvm_info nvm;
1048 struct e1000_bus_info bus;
1049 struct e1000_mbx_info mbx;
1050 struct e1000_host_mng_dhcp_cookie mng_cookie;
1052 union {
1081 void e1000_pci_clear_mwi(struct e1000_hw *hw); argument