Home
last modified time | relevance | path

Searched refs:phy_tmp (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/dec/tulip/
Duli526x.c517 u8 phy_tmp; in uli526x_init() local
532 for (phy_tmp = 0; phy_tmp < 32; phy_tmp++) { in uli526x_init()
535 phy_value = phy->read(db, phy_tmp, 3); //peer add in uli526x_init()
537 db->phy_addr = phy_tmp; in uli526x_init()
542 if (phy_tmp == 32) in uli526x_init()
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_main.c3608 u16 phy_tmp; in e1000_update_stats() local
3731 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { in e1000_update_stats()
3732 phy_tmp &= PHY_IDLE_ERROR_COUNT_MASK; in e1000_update_stats()
3733 adapter->phy_stats.idle_errors += phy_tmp; in e1000_update_stats()
3738 !e1000_read_phy_reg(hw, M88E1000_RX_ERR_CNTR, &phy_tmp)) in e1000_update_stats()
3739 adapter->phy_stats.receive_errors += phy_tmp; in e1000_update_stats()