Searched refs:phy_an_adv (Results 1 – 3 of 3) sorted by relevance
5043 uint16_t phy_an_adv; in igb_get_phy_state() local5055 (void) e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, &phy_an_adv); in igb_get_phy_state()5066 (phy_an_adv & NWAY_AR_PAUSE) ? 1 : 0; in igb_get_phy_state()5068 (phy_an_adv & NWAY_AR_ASM_DIR) ? 1 : 0; in igb_get_phy_state()5090 (phy_an_adv & NWAY_AR_PAUSE) ? 1 : 0; in igb_get_phy_state()5092 (phy_an_adv & NWAY_AR_ASM_DIR) ? 1 : 0; in igb_get_phy_state()5096 (phy_an_adv & NWAY_AR_100T4_CAPS) ? 1 : 0; in igb_get_phy_state()5098 (phy_an_adv & NWAY_AR_REMOTE_FAULT) ? 1 : 0; in igb_get_phy_state()5103 (phy_an_adv & NWAY_AR_100TX_FD_CAPS) ? 1 : 0; in igb_get_phy_state()5105 (phy_an_adv & NWAY_AR_100TX_HD_CAPS) ? 1 : 0; in igb_get_phy_state()[all …]
6135 &Adapter->phy_an_adv); in e1000g_get_phy_state()6150 (Adapter->phy_an_adv & NWAY_AR_PAUSE) ? 1 : 0; in e1000g_get_phy_state()6152 (Adapter->phy_an_adv & NWAY_AR_ASM_DIR) ? 1 : 0; in e1000g_get_phy_state()6174 (Adapter->phy_an_adv & NWAY_AR_PAUSE) ? 1 : 0; in e1000g_get_phy_state()6176 (Adapter->phy_an_adv & NWAY_AR_ASM_DIR) ? 1 : 0; in e1000g_get_phy_state()6180 (Adapter->phy_an_adv & NWAY_AR_100T4_CAPS) ? 1 : 0; in e1000g_get_phy_state()6186 (Adapter->phy_an_adv & NWAY_AR_100TX_FD_CAPS) in e1000g_get_phy_state()6189 (Adapter->phy_an_adv & NWAY_AR_100TX_HD_CAPS) in e1000g_get_phy_state()6192 (Adapter->phy_an_adv & NWAY_AR_10T_FD_CAPS) ? 1 : 0; in e1000g_get_phy_state()6194 (Adapter->phy_an_adv & NWAY_AR_10T_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()
979 uint16_t phy_an_adv; /* contents of PHY_AUTONEG_ADV */ member