Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c6863 #define GET_STAT(name) \ in t4_get_port_stats() macro
6868 p->tx_pause = GET_STAT(TX_PORT_PAUSE); in t4_get_port_stats()
6869 p->tx_octets = GET_STAT(TX_PORT_BYTES); in t4_get_port_stats()
6870 p->tx_frames = GET_STAT(TX_PORT_FRAMES); in t4_get_port_stats()
6871 p->tx_bcast_frames = GET_STAT(TX_PORT_BCAST); in t4_get_port_stats()
6872 p->tx_mcast_frames = GET_STAT(TX_PORT_MCAST); in t4_get_port_stats()
6873 p->tx_ucast_frames = GET_STAT(TX_PORT_UCAST); in t4_get_port_stats()
6874 p->tx_error_frames = GET_STAT(TX_PORT_ERROR); in t4_get_port_stats()
6875 p->tx_frames_64 = GET_STAT(TX_PORT_64B); in t4_get_port_stats()
6876 p->tx_frames_65_127 = GET_STAT(TX_PORT_65B_127B); in t4_get_port_stats()
[all …]
/freebsd/sys/dev/sound/usb/
H A Duaudioreg.h364 #define GET_STAT 0xff macro
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c7270 #define GET_STAT(name) \ in t4_get_vi_stats() macro
7275 stats->tx_bcast_bytes = GET_STAT(TX_VF_BCAST_BYTES); in t4_get_vi_stats()
7276 stats->tx_bcast_frames = GET_STAT(TX_VF_BCAST_FRAMES); in t4_get_vi_stats()
7277 stats->tx_mcast_bytes = GET_STAT(TX_VF_MCAST_BYTES); in t4_get_vi_stats()
7278 stats->tx_mcast_frames = GET_STAT(TX_VF_MCAST_FRAMES); in t4_get_vi_stats()
7279 stats->tx_ucast_bytes = GET_STAT(TX_VF_UCAST_BYTES); in t4_get_vi_stats()
7280 stats->tx_ucast_frames = GET_STAT(TX_VF_UCAST_FRAMES); in t4_get_vi_stats()
7281 stats->tx_drop_frames = GET_STAT(TX_VF_DROP_FRAMES); in t4_get_vi_stats()
7282 stats->tx_offload_bytes = GET_STAT(TX_VF_OFFLOAD_BYTES); in t4_get_vi_stats()
7283 stats->tx_offload_frames = GET_STAT(TX_VF_OFFLOAD_FRAMES); in t4_get_vi_stats()
[all …]