Searched refs:phy_an_adv (Results 1 – 3 of 3) sorted by relevance
5053 uint16_t phy_an_adv; in igb_get_phy_state() local5065 (void) e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, &phy_an_adv); in igb_get_phy_state()5076 (phy_an_adv & NWAY_AR_PAUSE) ? 1 : 0; in igb_get_phy_state()5078 (phy_an_adv & NWAY_AR_ASM_DIR) ? 1 : 0; in igb_get_phy_state()5100 (phy_an_adv & NWAY_AR_PAUSE) ? 1 : 0; in igb_get_phy_state()5102 (phy_an_adv & NWAY_AR_ASM_DIR) ? 1 : 0; in igb_get_phy_state()5106 (phy_an_adv & NWAY_AR_100T4_CAPS) ? 1 : 0; in igb_get_phy_state()5108 (phy_an_adv & NWAY_AR_REMOTE_FAULT) ? 1 : 0; in igb_get_phy_state()5113 (phy_an_adv & NWAY_AR_100TX_FD_CAPS) ? 1 : 0; in igb_get_phy_state()5115 (phy_an_adv & NWAY_AR_100TX_HD_CAPS) ? 1 : 0; in igb_get_phy_state()[all …]
6352 &Adapter->phy_an_adv); in e1000g_get_phy_state()6367 (Adapter->phy_an_adv & NWAY_AR_PAUSE) ? 1 : 0; in e1000g_get_phy_state()6369 (Adapter->phy_an_adv & NWAY_AR_ASM_DIR) ? 1 : 0; in e1000g_get_phy_state()6391 (Adapter->phy_an_adv & NWAY_AR_PAUSE) ? 1 : 0; in e1000g_get_phy_state()6393 (Adapter->phy_an_adv & NWAY_AR_ASM_DIR) ? 1 : 0; in e1000g_get_phy_state()6397 (Adapter->phy_an_adv & NWAY_AR_100T4_CAPS) ? 1 : 0; in e1000g_get_phy_state()6403 (Adapter->phy_an_adv & NWAY_AR_100TX_FD_CAPS) in e1000g_get_phy_state()6406 (Adapter->phy_an_adv & NWAY_AR_100TX_HD_CAPS) in e1000g_get_phy_state()6409 (Adapter->phy_an_adv & NWAY_AR_10T_FD_CAPS) ? 1 : 0; in e1000g_get_phy_state()6411 (Adapter->phy_an_adv & NWAY_AR_10T_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()
980 uint16_t phy_an_adv; /* contents of PHY_AUTONEG_ADV */ member