Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c3353 #define PRINT_ADAP_STATS(string, value) \ macro
3384 PRINT_ADAP_STATS("tcp_ipv4_out_rsts:", v4.tcp_out_rsts); in show_tcp_stats()
3385 PRINT_ADAP_STATS("tcp_ipv4_in_segs:", v4.tcp_in_segs); in show_tcp_stats()
3386 PRINT_ADAP_STATS("tcp_ipv4_out_segs:", v4.tcp_out_segs); in show_tcp_stats()
3387 PRINT_ADAP_STATS("tcp_ipv4_retrans_segs:", v4.tcp_retrans_segs); in show_tcp_stats()
3388 PRINT_ADAP_STATS("tcp_ipv6_out_rsts:", v6.tcp_out_rsts); in show_tcp_stats()
3389 PRINT_ADAP_STATS("tcp_ipv6_in_segs:", v6.tcp_in_segs); in show_tcp_stats()
3390 PRINT_ADAP_STATS("tcp_ipv6_out_segs:", v6.tcp_out_segs); in show_tcp_stats()
3391 PRINT_ADAP_STATS("tcp_ipv6_retrans_segs:", v6.tcp_retrans_segs); in show_tcp_stats()
3403 PRINT_ADAP_STATS("usm_ddp_frames:", stats.frames); in show_ddp_stats()
[all …]