Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cxgbe/common/
H A Dt4_hw.c6863 #define GET_STAT(name) \ in t4_get_port_stats() macro
6949 #undef GET_STAT in t4_get_port_stats()
6964 #define GET_STAT(name) \ in t4_get_lb_stats() macro
6969 p->octets = GET_STAT(BYTES); in t4_get_lb_stats()
6970 p->frames = GET_STAT(FRAMES); in t4_get_lb_stats()
6971 p->bcast_frames = GET_STAT(BCAST); in t4_get_lb_stats()
6972 p->mcast_frames = GET_STAT(MCAST); in t4_get_lb_stats()
6973 p->ucast_frames = GET_STAT(UCAST); in t4_get_lb_stats()
6974 p->error_frames = GET_STAT(ERROR); in t4_get_lb_stats()
6976 p->frames_64 = GET_STAT(64B); in t4_get_lb_stats()
[all …]
/freebsd-14.2/sys/dev/sound/usb/
H A Duaudioreg.h364 #define GET_STAT 0xff macro
/freebsd-14.2/sys/dev/cxgbe/
H A Dt4_main.c7272 #define GET_STAT(name) \ in t4_get_vi_stats() macro
7277 stats->tx_bcast_bytes = GET_STAT(TX_VF_BCAST_BYTES); in t4_get_vi_stats()
7278 stats->tx_bcast_frames = GET_STAT(TX_VF_BCAST_FRAMES); in t4_get_vi_stats()
7279 stats->tx_mcast_bytes = GET_STAT(TX_VF_MCAST_BYTES); in t4_get_vi_stats()
7281 stats->tx_ucast_bytes = GET_STAT(TX_VF_UCAST_BYTES); in t4_get_vi_stats()
7283 stats->tx_drop_frames = GET_STAT(TX_VF_DROP_FRAMES); in t4_get_vi_stats()
7286 stats->rx_bcast_bytes = GET_STAT(RX_VF_BCAST_BYTES); in t4_get_vi_stats()
7288 stats->rx_mcast_bytes = GET_STAT(RX_VF_MCAST_BYTES); in t4_get_vi_stats()
7290 stats->rx_ucast_bytes = GET_STAT(RX_VF_UCAST_BYTES); in t4_get_vi_stats()
7292 stats->rx_err_frames = GET_STAT(RX_VF_ERR_FRAMES); in t4_get_vi_stats()
[all …]