Lines Matching defs:adapter

290 	struct e1000_adapter *adapter = hw->adapter;
1029 if (!hw->adapter->max_frame_size) {
1052 value = (rxa > hw->adapter->max_frame_size) ?
1053 (rxa - hw->adapter->max_frame_size) * (16000 / speed) :
1067 pci_read_config_word(hw->adapter->pdev, E1000_PCI_LTR_CAP_LPT,
1069 pci_read_config_word(hw->adapter->pdev,
1112 (hw->adapter->pdev->device == E1000_DEV_ID_PCH_LPT_I217_LM) ||
1113 (hw->adapter->pdev->device == E1000_DEV_ID_PCH_LPT_I217_V) ||
1114 (hw->adapter->pdev->device == E1000_DEV_ID_PCH_I218_LM2) ||
1115 (hw->adapter->pdev->device == E1000_DEV_ID_PCH_I218_V2) ||
1256 (hw->adapter->pdev->device == E1000_DEV_ID_PCH_LPT_I217_LM) ||
1257 (hw->adapter->pdev->device == E1000_DEV_ID_PCH_LPT_I217_V) ||
1258 (hw->adapter->pdev->device == E1000_DEV_ID_PCH_I218_LM2) ||
1259 (hw->adapter->pdev->device == E1000_DEV_ID_PCH_I218_V2) ||
1264 struct e1000_adapter *adapter = hw->adapter;
1553 if ((hw->adapter->pdev->device == E1000_DEV_ID_PCH_LPTLP_I218_LM) ||
1554 (hw->adapter->pdev->device == E1000_DEV_ID_PCH_LPTLP_I218_V) ||
1555 (hw->adapter->pdev->device == E1000_DEV_ID_PCH_I218_LM3) ||
1556 (hw->adapter->pdev->device == E1000_DEV_ID_PCH_I218_V3)) {
1662 static s32 e1000_get_variants_ich8lan(struct e1000_adapter *adapter)
1664 struct e1000_hw *hw = &adapter->hw;
1703 if ((adapter->hw.phy.type == e1000_phy_ife) ||
1704 ((adapter->hw.mac.type >= e1000_pch2lan) &&
1706 adapter->flags &= ~FLAG_HAS_JUMBO_FRAMES;
1707 adapter->max_hw_frame_size = VLAN_ETH_FRAME_LEN + ETH_FCS_LEN;
1712 if ((adapter->hw.mac.type == e1000_ich8lan) &&
1713 (adapter->hw.phy.type != e1000_phy_ife))
1714 adapter->flags |= FLAG_LSC_GIG_SPEED_DROP;
1717 if ((adapter->hw.mac.type == e1000_pch2lan) &&
1719 adapter->flags2 |= FLAG2_PCIM2PCI_ARBITER_WA;
1763 &hw->adapter->state)) {
1808 clear_bit(__E1000_ACCESS_SHARED_RESOURCE, &hw->adapter->state);
1833 clear_bit(__E1000_ACCESS_SHARED_RESOURCE, &hw->adapter->state);
1840 * This checks if the adapter has any manageability enabled.
1858 * This checks if the adapter has iAMT enabled.
2133 if ((hw->adapter->pdev->device == E1000_DEV_ID_ICH8_IGP_AMT) ||
2134 (hw->adapter->pdev->device == E1000_DEV_ID_ICH8_IGP_C)) {
3944 * until after the next adapter reset.
4095 * until after the next adapter reset.
4786 clear_bit(__E1000_ACCESS_SHARED_RESOURCE, &hw->adapter->state);
4995 * function. Assuming the adapter has a valid link partner, a valid link
5376 u16 phy_reg, device_id = hw->adapter->pdev->device;