rx_cong_drops     242 drivers/net/ethernet/chelsio/cxgb3/common.h 	u64 rx_cong_drops;	/* # of Rx drops due to SGE congestion */
rx_cong_drops    1516 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	ns->rx_missed_errors = pstats->rx_cong_drops;
rx_cong_drops    1721 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	*data++ = s->rx_cong_drops;
rx_cong_drops     653 drivers/net/ethernet/chelsio/cxgb3/xgmac.c 	lo = (u32) mac->stats.rx_cong_drops;
rx_cong_drops     654 drivers/net/ethernet/chelsio/cxgb3/xgmac.c 	mac->stats.rx_cong_drops += (u64) (v - lo);