last_counter 3075 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c #define UPDATE_VF_COUNTER_32bit(reg, last_counter, counter) \ last_counter 3078 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c if (current_counter < last_counter) \ last_counter 3080 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c last_counter = current_counter; \ last_counter 3085 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c #define UPDATE_VF_COUNTER_36bit(reg_lsb, reg_msb, last_counter, counter) \ last_counter 3091 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c if (current_counter < last_counter) \ last_counter 3093 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c last_counter = current_counter; \ last_counter 596 sound/pci/echoaudio/echoaudio.c pipe->last_counter = 0; last_counter 753 sound/pci/echoaudio/echoaudio.c pipe->last_counter = 0; last_counter 803 sound/pci/echoaudio/echoaudio.c pipe->position += cnt - pipe->last_counter; last_counter 804 sound/pci/echoaudio/echoaudio.c pipe->last_counter = cnt; last_counter 301 sound/pci/echoaudio/echoaudio.h u32 last_counter; /* The last position, which is used