Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/common/
H A Dt4_hw.c8715 #define GET_STAT(name) \ in t4_get_port_stats() macro
8721 p->tx_pause += GET_STAT(TX_PORT_PAUSE); in t4_get_port_stats()
8722 p->tx_octets += GET_STAT(TX_PORT_BYTES); in t4_get_port_stats()
8723 p->tx_frames += GET_STAT(TX_PORT_FRAMES); in t4_get_port_stats()
8724 p->tx_bcast_frames += GET_STAT(TX_PORT_BCAST); in t4_get_port_stats()
8725 p->tx_mcast_frames += GET_STAT(TX_PORT_MCAST); in t4_get_port_stats()
8726 p->tx_ucast_frames += GET_STAT(TX_PORT_UCAST); in t4_get_port_stats()
8727 p->tx_error_frames += GET_STAT(TX_PORT_ERROR); in t4_get_port_stats()
8728 p->tx_frames_64 += GET_STAT(TX_PORT_64B); in t4_get_port_stats()
8729 p->tx_frames_65_127 += GET_STAT(TX_PORT_65B_127B); in t4_get_port_stats()
[all …]
/src/sys/dev/sound/usb/
H A Duaudioreg.h364 #define GET_STAT 0xff macro
/src/sys/dev/cxgbe/
H A Dt4_main.c7580 #define GET_STAT(name) \ in t4_get_vi_stats() macro
7585 stats->tx_bcast_bytes = GET_STAT(TX_VF_BCAST_BYTES); in t4_get_vi_stats()
7586 stats->tx_bcast_frames = GET_STAT(TX_VF_BCAST_FRAMES); in t4_get_vi_stats()
7587 stats->tx_mcast_bytes = GET_STAT(TX_VF_MCAST_BYTES); in t4_get_vi_stats()
7588 stats->tx_mcast_frames = GET_STAT(TX_VF_MCAST_FRAMES); in t4_get_vi_stats()
7589 stats->tx_ucast_bytes = GET_STAT(TX_VF_UCAST_BYTES); in t4_get_vi_stats()
7590 stats->tx_ucast_frames = GET_STAT(TX_VF_UCAST_FRAMES); in t4_get_vi_stats()
7591 stats->tx_drop_frames = GET_STAT(TX_VF_DROP_FRAMES); in t4_get_vi_stats()
7592 stats->tx_offload_bytes = GET_STAT(TX_VF_OFFLOAD_BYTES); in t4_get_vi_stats()
7593 stats->tx_offload_frames = GET_STAT(TX_VF_OFFLOAD_FRAMES); in t4_get_vi_stats()
[all …]