Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ice/
HDice_lib.c2502 #define ICE_VSI_STAT40(name, location) \ in ice_update_vsi_hw_stats() macro
2512 ICE_VSI_STAT40(GLV_GORC, rx_bytes); in ice_update_vsi_hw_stats()
2513 ICE_VSI_STAT40(GLV_UPRC, rx_unicast); in ice_update_vsi_hw_stats()
2514 ICE_VSI_STAT40(GLV_MPRC, rx_multicast); in ice_update_vsi_hw_stats()
2515 ICE_VSI_STAT40(GLV_BPRC, rx_broadcast); in ice_update_vsi_hw_stats()
2517 ICE_VSI_STAT40(GLV_GOTC, tx_bytes); in ice_update_vsi_hw_stats()
2518 ICE_VSI_STAT40(GLV_UPTC, tx_unicast); in ice_update_vsi_hw_stats()
2519 ICE_VSI_STAT40(GLV_MPTC, tx_multicast); in ice_update_vsi_hw_stats()
2520 ICE_VSI_STAT40(GLV_BPTC, tx_broadcast); in ice_update_vsi_hw_stats()
2526 #undef ICE_VSI_STAT40 in ice_update_vsi_hw_stats()