Home
last modified time | relevance | path

Searched refs:rx_cong_drops (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_xgmac.c856 lo = (u32)mac->stats.rx_cong_drops; in t3_mac_update_stats()
857 mac->stats.rx_cong_drops += (u64)(v - lo); in t3_mac_update_stats()
H A Dcxgb_common.h232 u64 rx_cong_drops; /* # of Rx drops due to SGE congestion */ member
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c2194 return (mstats->rx_cong_drops); in cxgb_get_counter()
H A Dcxgb_sge.c3655 CXGB_SYSCTL_ADD_QUAD(rx_cong_drops); in t3_add_configured_sysctls()