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

/freebsd-current/sys/dev/ice/
H A Dice_lib.c2520 #define ICE_VSI_STAT40(name, location) \ macro
2530 ICE_VSI_STAT40(GLV_GORC, rx_bytes);
2531 ICE_VSI_STAT40(GLV_UPRC, rx_unicast);
2532 ICE_VSI_STAT40(GLV_MPRC, rx_multicast);
2533 ICE_VSI_STAT40(GLV_BPRC, rx_broadcast);
2535 ICE_VSI_STAT40(GLV_GOTC, tx_bytes);
2536 ICE_VSI_STAT40(GLV_UPTC, tx_unicast);
2537 ICE_VSI_STAT40(GLV_MPTC, tx_multicast);
2538 ICE_VSI_STAT40(GLV_BPTC, tx_broadcast);
2544 #undef ICE_VSI_STAT40 macro
[all...]

Completed in 46 milliseconds