Searched refs:PRINT_ADAP_STATS (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_debugfs.c | 3594 #define PRINT_ADAP_STATS(string, value) \ macro 3625 PRINT_ADAP_STATS("tcp_ipv4_out_rsts:", v4.tcp_out_rsts); in show_tcp_stats() 3626 PRINT_ADAP_STATS("tcp_ipv4_in_segs:", v4.tcp_in_segs); in show_tcp_stats() 3627 PRINT_ADAP_STATS("tcp_ipv4_out_segs:", v4.tcp_out_segs); in show_tcp_stats() 3629 PRINT_ADAP_STATS("tcp_ipv6_out_rsts:", v6.tcp_out_rsts); in show_tcp_stats() 3630 PRINT_ADAP_STATS("tcp_ipv6_in_segs:", v6.tcp_in_segs); in show_tcp_stats() 3631 PRINT_ADAP_STATS("tcp_ipv6_out_segs:", v6.tcp_out_segs); in show_tcp_stats() 3644 PRINT_ADAP_STATS("usm_ddp_frames:", stats.frames); in show_ddp_stats() 3645 PRINT_ADAP_STATS("usm_ddp_octets:", stats.octets); in show_ddp_stats() 3646 PRINT_ADAP_STATS("usm_ddp_drops:", stats.drops); in show_ddp_stats() [all …]
|