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.c3138 #define UPDATE_VF_COUNTER_32bit(reg, last_counter, counter) \ macro
3175 UPDATE_VF_COUNTER_32bit(IXGBE_VFGPRC, adapter->stats.last_vfgprc, in ixgbevf_update_stats()
3177 UPDATE_VF_COUNTER_32bit(IXGBE_VFGPTC, adapter->stats.last_vfgptc, in ixgbevf_update_stats()
3185 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.c7901 UPDATE_VF_COUNTER_32bit(IXGBE_PVFGPRC(i), in ixgbe_update_stats()
7904 UPDATE_VF_COUNTER_32bit(IXGBE_PVFGPTC(i), in ixgbe_update_stats()
7915 UPDATE_VF_COUNTER_32bit(IXGBE_PVFMPRC(i), in ixgbe_update_stats()