Lines Matching refs:ei
6974 const struct e1000_info *ei = e1000_info_tbl[ent->driver_data]; in e1000_probe() local
6984 if (ei->flags2 & FLAG2_DISABLE_ASPM_L0S) in e1000_probe()
6986 if (ei->flags2 & FLAG2_DISABLE_ASPM_L1) in e1000_probe()
7037 adapter->ei = ei; in e1000_probe()
7038 adapter->pba = ei->pba; in e1000_probe()
7039 adapter->flags = ei->flags; in e1000_probe()
7040 adapter->flags2 = ei->flags2; in e1000_probe()
7042 adapter->hw.mac.type = ei->mac; in e1000_probe()
7043 adapter->max_hw_frame_size = ei->max_hw_frame_size; in e1000_probe()
7087 memcpy(&hw->mac.ops, ei->mac_ops, sizeof(hw->mac.ops)); in e1000_probe()
7088 memcpy(&hw->nvm.ops, ei->nvm_ops, sizeof(hw->nvm.ops)); in e1000_probe()
7089 memcpy(&hw->phy.ops, ei->phy_ops, sizeof(hw->phy.ops)); in e1000_probe()
7091 err = ei->get_variants(adapter); in e1000_probe()