Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dxgmac.c653 lo = (u32) mac->stats.rx_cong_drops; in t3_mac_update_stats()
654 mac->stats.rx_cong_drops += (u64) (v - lo); in t3_mac_update_stats()
H A Dcommon.h242 u64 rx_cong_drops; /* # of Rx drops due to SGE congestion */ member