Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c3137 #define UPDATE_VF_COUNTER_32bit(reg, last_counter, counter) \ macro
3174 UPDATE_VF_COUNTER_32bit(IXGBE_VFGPRC, adapter->stats.last_vfgprc, in ixgbevf_update_stats()
3176 UPDATE_VF_COUNTER_32bit(IXGBE_VFGPTC, adapter->stats.last_vfgptc, in ixgbevf_update_stats()
3184 UPDATE_VF_COUNTER_32bit(IXGBE_VFMPRC, adapter->stats.last_vfmprc, in ixgbevf_update_stats()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h181 #define UPDATE_VF_COUNTER_32bit(reg, last_counter, counter) \ macro
H A Dixgbe_main.c7909 UPDATE_VF_COUNTER_32bit(IXGBE_PVFGPRC(i), in ixgbe_update_stats()
7912 UPDATE_VF_COUNTER_32bit(IXGBE_PVFGPTC(i), in ixgbe_update_stats()
7923 UPDATE_VF_COUNTER_32bit(IXGBE_PVFMPRC(i), in ixgbe_update_stats()