Home
last modified time | relevance | path

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

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