Searched refs:phy_tmp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
H A D | uli526x.c | 502 u8 phy_tmp; in uli526x_init() local 517 for (phy_tmp = 0; phy_tmp < 32; phy_tmp++) { in uli526x_init() 520 phy_value = phy->read(db, phy_tmp, 3); //peer add in uli526x_init() 522 db->phy_addr = phy_tmp; in uli526x_init() 527 if (phy_tmp == 32) in uli526x_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/ |
H A D | uli526x.c | 505 u8 phy_tmp; in uli526x_init() local 520 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 3596 u16 phy_tmp; in e1000_update_stats() local 3719 (!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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 3596 u16 phy_tmp; in e1000_update_stats() local 3719 (!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()
|
Completed in 16 milliseconds