Searched refs:PRINT_CH_STATS (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 3357 #define PRINT_CH_STATS(string, value) \ macro 3444 PRINT_CH_STATS("tp_cpl_requests:", req); in show_cpl_stats() 3445 PRINT_CH_STATS("tp_cpl_responses:", rsp); in show_cpl_stats() 3458 PRINT_CH_STATS("tp_mac_in_errs:", mac_in_errs); in show_tp_err_channel_stats() 3459 PRINT_CH_STATS("tp_hdr_in_errs:", hdr_in_errs); in show_tp_err_channel_stats() 3460 PRINT_CH_STATS("tp_tcp_in_errs:", tcp_in_errs); in show_tp_err_channel_stats() 3461 PRINT_CH_STATS("tp_tcp6_in_errs:", tcp6_in_errs); in show_tp_err_channel_stats() 3462 PRINT_CH_STATS("tp_tnl_cong_drops:", tnl_cong_drops); in show_tp_err_channel_stats() 3463 PRINT_CH_STATS("tp_tnl_tx_drops:", tnl_tx_drops); in show_tp_err_channel_stats() 3464 PRINT_CH_STATS("tp_ofld_vlan_drops:", ofld_vlan_drops); in show_tp_err_channel_stats() [all …]
|