Searched refs:phy_tmp (Results 1 – 3 of 3) sorted by relevance
367 u8 phy_tmp; in uli526x_init() local380 for (phy_tmp = 0; phy_tmp < 32; phy_tmp++) { in uli526x_init()382 phy_value = uli_phy_read(db->ioaddr, phy_tmp, 3, db->chip_id); in uli526x_init()384 db->phy_addr = phy_tmp; in uli526x_init()393 if (phy_tmp == 32) in uli526x_init()
505 u8 phy_tmp; in uli526x_init() local520 for (phy_tmp = 0; phy_tmp < 32; phy_tmp++) { in uli526x_init()523 phy_value = phy->read(db, phy_tmp, 3); //peer add in uli526x_init()525 db->phy_addr = phy_tmp; in uli526x_init()530 if (phy_tmp == 32) in uli526x_init()
3596 u16 phy_tmp; in e1000_update_stats() local3719 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { in e1000_update_stats()3720 phy_tmp &= PHY_IDLE_ERROR_COUNT_MASK; in e1000_update_stats()3721 adapter->phy_stats.idle_errors += phy_tmp; in e1000_update_stats()3726 !e1000_read_phy_reg(hw, M88E1000_RX_ERR_CNTR, &phy_tmp)) in e1000_update_stats()3727 adapter->phy_stats.receive_errors += phy_tmp; in e1000_update_stats()