Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/tulip/
Duli526x.c501 u8 phy_tmp; in uli526x_init() local
517 for(phy_tmp=0;phy_tmp<32;phy_tmp++) in uli526x_init()
519 phy_value=phy_read(db->ioaddr,phy_tmp,3,db->chip_id);//peer add in uli526x_init()
522 db->phy_addr = phy_tmp; in uli526x_init()
526 if(phy_tmp == 32) in uli526x_init()
/linux-2.6.39/drivers/net/e1000/
De1000_main.c3324 u16 phy_tmp; in e1000_update_stats() local
3447 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { in e1000_update_stats()
3448 phy_tmp &= PHY_IDLE_ERROR_COUNT_MASK; in e1000_update_stats()
3449 adapter->phy_stats.idle_errors += phy_tmp; in e1000_update_stats()
3454 !e1000_read_phy_reg(hw, M88E1000_RX_ERR_CNTR, &phy_tmp)) in e1000_update_stats()
3455 adapter->phy_stats.receive_errors += phy_tmp; in e1000_update_stats()
/linux-2.6.39/drivers/net/igb/
Digb_main.c4499 u16 phy_tmp; in igb_update_stats() local
4659 (!igb_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { in igb_update_stats()
4660 phy_tmp &= PHY_IDLE_ERROR_COUNT_MASK; in igb_update_stats()
4661 adapter->phy_stats.idle_errors += phy_tmp; in igb_update_stats()