Home
last modified time | relevance | path

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

/linux/drivers/hwmon/occ/
H A Dsysfs.c176 (occ->prev_stat & OCC_STAT_MASTER)) { in occ_sysfs_poll_done()
242 occ->prev_stat = header->status; in occ_sysfs_poll_done()
H A Dcommon.h121 u8 prev_stat; member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c5841 u64 *prev_stat, u64 *cur_stat) in ice_stat_update40() argument
5851 *prev_stat = new_data; in ice_stat_update40()
5858 if (new_data >= *prev_stat) in ice_stat_update40()
5859 *cur_stat += new_data - *prev_stat; in ice_stat_update40()
5862 *cur_stat += (new_data + BIT_ULL(40)) - *prev_stat; in ice_stat_update40()
5865 *prev_stat = new_data; in ice_stat_update40()
5878 u64 *prev_stat, u64 *cur_stat) in ice_stat_update32() argument
5890 *prev_stat = new_data; in ice_stat_update32()
5897 if (new_data >= *prev_stat) in ice_stat_update32()
5898 *cur_stat += new_data - *prev_stat; in ice_stat_update32()
[all …]