Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h144 u64 rx_trunc1; /* buffer-group 1 truncated packets */ member
H A Dt4_hw.c6945 p->rx_trunc1 = (bgmap & 2) ? GET_STAT_COM(RX_BG_1_MAC_TRUNC_FRAME) : 0; in t4_get_port_stats()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3214 s->rx_ovflow3 + s->rx_trunc0 + s->rx_trunc1 + s->rx_trunc2 + in cxgbe_get_counter()
8124 T4_PORTSTAT(rx_trunc1, "# of buffer-group 1 truncated packets"); in cxgbe_sysctls()