Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c3108 #define UPDATE_VF_COUNTER_32bit(reg, last_counter, counter) \ macro
3145 UPDATE_VF_COUNTER_32bit(IXGBE_VFGPRC, adapter->stats.last_vfgprc, in ixgbevf_update_stats()
3147 UPDATE_VF_COUNTER_32bit(IXGBE_VFGPTC, adapter->stats.last_vfgptc, in ixgbevf_update_stats()
3155 UPDATE_VF_COUNTER_32bit(IXGBE_VFMPRC, adapter->stats.last_vfmprc, in ixgbevf_update_stats()
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h179 #define UPDATE_VF_COUNTER_32bit(reg, last_counter, counter) \ macro
H A Dixgbe_main.c7716 UPDATE_VF_COUNTER_32bit(IXGBE_PVFGPRC(i), in ixgbe_update_stats()
7719 UPDATE_VF_COUNTER_32bit(IXGBE_PVFGPTC(i), in ixgbe_update_stats()
7730 UPDATE_VF_COUNTER_32bit(IXGBE_PVFMPRC(i), in ixgbe_update_stats()