mii_autoneg_adv_reg 2161 dev/pci/if_em_hw.c uint16_t mii_autoneg_adv_reg; mii_autoneg_adv_reg 2167 dev/pci/if_em_hw.c ret_val = em_read_phy_reg(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg); mii_autoneg_adv_reg 2190 dev/pci/if_em_hw.c mii_autoneg_adv_reg &= ~REG4_SPEED_MASK; mii_autoneg_adv_reg 2198 dev/pci/if_em_hw.c mii_autoneg_adv_reg |= NWAY_AR_10T_HD_CAPS; mii_autoneg_adv_reg 2204 dev/pci/if_em_hw.c mii_autoneg_adv_reg |= NWAY_AR_10T_FD_CAPS; mii_autoneg_adv_reg 2210 dev/pci/if_em_hw.c mii_autoneg_adv_reg |= NWAY_AR_100TX_HD_CAPS; mii_autoneg_adv_reg 2216 dev/pci/if_em_hw.c mii_autoneg_adv_reg |= NWAY_AR_100TX_FD_CAPS; mii_autoneg_adv_reg 2254 dev/pci/if_em_hw.c mii_autoneg_adv_reg &= ~(NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); mii_autoneg_adv_reg 2266 dev/pci/if_em_hw.c mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); mii_autoneg_adv_reg 2272 dev/pci/if_em_hw.c mii_autoneg_adv_reg |= NWAY_AR_ASM_DIR; mii_autoneg_adv_reg 2273 dev/pci/if_em_hw.c mii_autoneg_adv_reg &= ~NWAY_AR_PAUSE; mii_autoneg_adv_reg 2279 dev/pci/if_em_hw.c mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); mii_autoneg_adv_reg 2286 dev/pci/if_em_hw.c ret_val = em_write_phy_reg(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg); mii_autoneg_adv_reg 2290 dev/pci/if_em_hw.c DEBUGOUT1("Auto-Neg Advertising %x\n", mii_autoneg_adv_reg);