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.c5839 u64 *prev_stat, u64 *cur_stat) in ice_stat_update40() argument
5849 *prev_stat = new_data; in ice_stat_update40()
5856 if (new_data >= *prev_stat) in ice_stat_update40()
5857 *cur_stat += new_data - *prev_stat; in ice_stat_update40()
5860 *cur_stat += (new_data + BIT_ULL(40)) - *prev_stat; in ice_stat_update40()
5863 *prev_stat = new_data; in ice_stat_update40()
5876 u64 *prev_stat, u64 *cur_stat) in ice_stat_update32() argument
5888 *prev_stat = new_data; in ice_stat_update32()
5895 if (new_data >= *prev_stat) in ice_stat_update32()
5896 *cur_stat += new_data - *prev_stat; in ice_stat_update32()
[all …]