Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c3416 #define PRINT_ADAP_STATS(string, value) \ macro
3447 PRINT_ADAP_STATS("tcp_ipv4_out_rsts:", v4.tcp_out_rsts); in show_tcp_stats()
3448 PRINT_ADAP_STATS("tcp_ipv4_in_segs:", v4.tcp_in_segs); in show_tcp_stats()
3449 PRINT_ADAP_STATS("tcp_ipv4_out_segs:", v4.tcp_out_segs); in show_tcp_stats()
3450 PRINT_ADAP_STATS("tcp_ipv4_retrans_segs:", v4.tcp_retrans_segs); in show_tcp_stats()
3451 PRINT_ADAP_STATS("tcp_ipv6_out_rsts:", v6.tcp_out_rsts); in show_tcp_stats()
3452 PRINT_ADAP_STATS("tcp_ipv6_in_segs:", v6.tcp_in_segs); in show_tcp_stats()
3453 PRINT_ADAP_STATS("tcp_ipv6_out_segs:", v6.tcp_out_segs); in show_tcp_stats()
3454 PRINT_ADAP_STATS("tcp_ipv6_retrans_segs:", v6.tcp_retrans_segs); in show_tcp_stats()
3466 PRINT_ADAP_STATS("usm_ddp_frames:", stats.frames); in show_ddp_stats()
[all …]