Searched refs:tnl_cong_drops (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 3274 s->rx_trunc3 + pi->tnl_cong_drops); in cxgbe_get_counter() 7332 u_int i, v, tnl_cong_drops, chan_map; in cxgbe_refresh_stats() local 7350 tnl_cong_drops = 0; in cxgbe_refresh_stats() 7359 tnl_cong_drops += v; in cxgbe_refresh_stats() 7362 pi->tnl_cong_drops = tnl_cong_drops; in cxgbe_refresh_stats() 10714 stats.tnl_cong_drops[0], stats.tnl_cong_drops[1], in sysctl_tp_err_stats() 10715 stats.tnl_cong_drops[2], stats.tnl_cong_drops[3]); in sysctl_tp_err_stats() 10736 stats.tnl_cong_drops[0], stats.tnl_cong_drops[1]); in sysctl_tp_err_stats() 11978 pi->tnl_cong_drops = 0; in clear_stats()
|
H A D | adapter.h | 332 u_int tnl_cong_drops; member
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | common.h | 207 u32 tnl_cong_drops[MAX_NCHAN]; member
|
H A D | t4_hw.c | 6104 t4_tp_mib_read(adap, st->tnl_cong_drops, nchan, in t4_tp_get_err_stats()
|