Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h143 u64 rx_trunc0; /* buffer-group 0 truncated packets */ member
H A Dt4_hw.c6944 p->rx_trunc0 = (bgmap & 1) ? GET_STAT_COM(RX_BG_0_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()
8306 T4_PORTSTAT(rx_trunc0, "# of buffer-group 0 truncated packets"); in cxgbe_sysctls()