Searched refs:new_reg_value (Results 1 – 2 of 2) sorted by relevance
20 u32 new_reg_value; in fbnic_hw_stat_rd32() local22 new_reg_value = rd32(fbd, reg); in fbnic_hw_stat_rd32()23 stat->value += new_reg_value - stat->u.old_reg_value_32; in fbnic_hw_stat_rd32()24 stat->u.old_reg_value_32 = new_reg_value; in fbnic_hw_stat_rd32()66 u64 new_reg_value; in fbnic_hw_stat_rd64() local68 new_reg_value = fbnic_stat_rd64(fbd, reg, offset); in fbnic_hw_stat_rd64()69 stat->value += new_reg_value - stat->u.old_reg_value_64; in fbnic_hw_stat_rd64()70 stat->u.old_reg_value_64 = new_reg_value; in fbnic_hw_stat_rd64()
403 u64 new_reg_value; in __fbnic_mac_stat_rd64() local405 new_reg_value = fbnic_stat_rd64(fbd, reg, 1); in __fbnic_mac_stat_rd64()407 stat->value += new_reg_value - stat->u.old_reg_value_64; in __fbnic_mac_stat_rd64()408 stat->u.old_reg_value_64 = new_reg_value; in __fbnic_mac_stat_rd64()
Completed in 7 milliseconds