Home
last modified time | relevance | path

Searched refs:rx_cong_drops (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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
H A Dcxgb3_main.c1516 ns->rx_missed_errors = pstats->rx_cong_drops; in cxgb_get_stats()
1720 *data++ = s->rx_cong_drops; in get_stats()
/kernel/linux/linux-6.6/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
H A Dcxgb3_main.c1515 ns->rx_missed_errors = pstats->rx_cong_drops; in cxgb_get_stats()
1719 *data++ = s->rx_cong_drops; in get_stats()

Completed in 15 milliseconds