Lines Matching refs:PRINT_ADAP_STATS
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()
3628 PRINT_ADAP_STATS("tcp_ipv4_retrans_segs:", v4.tcp_retrans_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()
3632 PRINT_ADAP_STATS("tcp_ipv6_retrans_segs:", v6.tcp_retrans_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()
3658 PRINT_ADAP_STATS("rdma_no_rqe_mod_defer:", stats.rqe_dfr_mod); in show_rdma_stats()
3659 PRINT_ADAP_STATS("rdma_no_rqe_pkt_defer:", stats.rqe_dfr_pkt); in show_rdma_stats()
3671 PRINT_ADAP_STATS("tp_err_ofld_no_neigh:", stats.ofld_no_neigh); in show_tp_err_adapter_stats()
3672 PRINT_ADAP_STATS("tp_err_ofld_cong_defer:", stats.ofld_cong_defer); in show_tp_err_adapter_stats()
3727 #undef PRINT_ADAP_STATS