Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/dec/tulip/
Duli526x.c500 u8 phy_tmp; in uli526x_init() local
516 for(phy_tmp=0;phy_tmp<32;phy_tmp++) in uli526x_init()
518 phy_value=phy_read(db->ioaddr,phy_tmp,3,db->chip_id);//peer add in uli526x_init()
521 db->phy_addr = phy_tmp; in uli526x_init()
525 if(phy_tmp == 32) in uli526x_init()
/linux-3.4.99/drivers/net/ethernet/intel/e1000/
De1000_main.c3598 u16 phy_tmp; in e1000_update_stats() local
3721 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { in e1000_update_stats()
3722 phy_tmp &= PHY_IDLE_ERROR_COUNT_MASK; in e1000_update_stats()
3723 adapter->phy_stats.idle_errors += phy_tmp; in e1000_update_stats()
3728 !e1000_read_phy_reg(hw, M88E1000_RX_ERR_CNTR, &phy_tmp)) in e1000_update_stats()
3729 adapter->phy_stats.receive_errors += phy_tmp; in e1000_update_stats()
/linux-3.4.99/drivers/net/ethernet/intel/igb/
Digb_main.c4632 u16 phy_tmp; in igb_update_stats() local
4794 (!igb_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { in igb_update_stats()
4795 phy_tmp &= PHY_IDLE_ERROR_COUNT_MASK; in igb_update_stats()
4796 adapter->phy_stats.idle_errors += phy_tmp; in igb_update_stats()