Searched refs:GET_STAT (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c5717 #define GET_STAT(name) \ macro
5720 stats->tx_bcast_bytes = GET_STAT(TX_VF_BCAST_BYTES);
5721 stats->tx_bcast_frames = GET_STAT(TX_VF_BCAST_FRAMES);
5722 stats->tx_mcast_bytes = GET_STAT(TX_VF_MCAST_BYTES);
5723 stats->tx_mcast_frames = GET_STAT(TX_VF_MCAST_FRAMES);
5724 stats->tx_ucast_bytes = GET_STAT(TX_VF_UCAST_BYTES);
5725 stats->tx_ucast_frames = GET_STAT(TX_VF_UCAST_FRAMES);
5726 stats->tx_drop_frames = GET_STAT(TX_VF_DROP_FRAMES);
5727 stats->tx_offload_bytes = GET_STAT(TX_VF_OFFLOAD_BYTES);
5728 stats->tx_offload_frames = GET_STAT(TX_VF_OFFLOAD_FRAME
5737 #undef GET_STAT macro
[all...]
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c6804 #define GET_STAT(name) \ macro
6810 p->tx_pause = GET_STAT(TX_PORT_PAUSE);
6811 p->tx_octets = GET_STAT(TX_PORT_BYTES);
6812 p->tx_frames = GET_STAT(TX_PORT_FRAMES);
6813 p->tx_bcast_frames = GET_STAT(TX_PORT_BCAST);
6814 p->tx_mcast_frames = GET_STAT(TX_PORT_MCAST);
6815 p->tx_ucast_frames = GET_STAT(TX_PORT_UCAST);
6816 p->tx_error_frames = GET_STAT(TX_PORT_ERROR);
6817 p->tx_frames_64 = GET_STAT(TX_PORT_64B);
6818 p->tx_frames_65_127 = GET_STAT(TX_PORT_65B_127
6889 #undef GET_STAT macro
6905 #define GET_STAT macro
6937 #undef GET_STAT macro
[all...]
/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudioreg.h364 #define GET_STAT 0xff macro

Completed in 231 milliseconds