Searched refs:PRINT_CH_STATS (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 3598 #define PRINT_CH_STATS(string, value) \ macro 3685 PRINT_CH_STATS("tp_cpl_requests:", req); in show_cpl_stats() 3686 PRINT_CH_STATS("tp_cpl_responses:", rsp); in show_cpl_stats() 3699 PRINT_CH_STATS("tp_mac_in_errs:", mac_in_errs); in show_tp_err_channel_stats() 3700 PRINT_CH_STATS("tp_hdr_in_errs:", hdr_in_errs); in show_tp_err_channel_stats() 3701 PRINT_CH_STATS("tp_tcp_in_errs:", tcp_in_errs); in show_tp_err_channel_stats() 3702 PRINT_CH_STATS("tp_tcp6_in_errs:", tcp6_in_errs); in show_tp_err_channel_stats() 3703 PRINT_CH_STATS("tp_tnl_cong_drops:", tnl_cong_drops); in show_tp_err_channel_stats() 3704 PRINT_CH_STATS("tp_tnl_tx_drops:", tnl_tx_drops); in show_tp_err_channel_stats() 3705 PRINT_CH_STATS("tp_ofld_vlan_drops:", ofld_vlan_drops); in show_tp_err_channel_stats() [all …]
|