Searched refs:PRINT_CH_STATS (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 3420 #define PRINT_CH_STATS(string, value) \ macro 3507 PRINT_CH_STATS("tp_cpl_requests:", req); in show_cpl_stats() 3508 PRINT_CH_STATS("tp_cpl_responses:", rsp); in show_cpl_stats() 3521 PRINT_CH_STATS("tp_mac_in_errs:", mac_in_errs); in show_tp_err_channel_stats() 3522 PRINT_CH_STATS("tp_hdr_in_errs:", hdr_in_errs); in show_tp_err_channel_stats() 3523 PRINT_CH_STATS("tp_tcp_in_errs:", tcp_in_errs); in show_tp_err_channel_stats() 3524 PRINT_CH_STATS("tp_tcp6_in_errs:", tcp6_in_errs); in show_tp_err_channel_stats() 3525 PRINT_CH_STATS("tp_tnl_cong_drops:", tnl_cong_drops); in show_tp_err_channel_stats() 3526 PRINT_CH_STATS("tp_tnl_tx_drops:", tnl_tx_drops); in show_tp_err_channel_stats() 3527 PRINT_CH_STATS("tp_ofld_vlan_drops:", ofld_vlan_drops); in show_tp_err_channel_stats() [all …]
|