Lines Matching refs:ethtool_sprintf

933 	ethtool_sprintf(&buff, "tx_ring%d_rcb_pkt_num", index);  in hns_rcb_get_strings()
934 ethtool_sprintf(&buff, "tx_ring%d_ppe_tx_pkt_num", index); in hns_rcb_get_strings()
935 ethtool_sprintf(&buff, "tx_ring%d_ppe_drop_pkt_num", index); in hns_rcb_get_strings()
936 ethtool_sprintf(&buff, "tx_ring%d_fbd_num", index); in hns_rcb_get_strings()
938 ethtool_sprintf(&buff, "tx_ring%d_pkt_num", index); in hns_rcb_get_strings()
939 ethtool_sprintf(&buff, "tx_ring%d_bytes", index); in hns_rcb_get_strings()
940 ethtool_sprintf(&buff, "tx_ring%d_err_cnt", index); in hns_rcb_get_strings()
941 ethtool_sprintf(&buff, "tx_ring%d_io_err", index); in hns_rcb_get_strings()
942 ethtool_sprintf(&buff, "tx_ring%d_sw_err", index); in hns_rcb_get_strings()
943 ethtool_sprintf(&buff, "tx_ring%d_seg_pkt", index); in hns_rcb_get_strings()
944 ethtool_sprintf(&buff, "tx_ring%d_restart_queue", index); in hns_rcb_get_strings()
945 ethtool_sprintf(&buff, "tx_ring%d_tx_busy", index); in hns_rcb_get_strings()
947 ethtool_sprintf(&buff, "rx_ring%d_rcb_pkt_num", index); in hns_rcb_get_strings()
948 ethtool_sprintf(&buff, "rx_ring%d_ppe_pkt_num", index); in hns_rcb_get_strings()
949 ethtool_sprintf(&buff, "rx_ring%d_ppe_drop_pkt_num", index); in hns_rcb_get_strings()
950 ethtool_sprintf(&buff, "rx_ring%d_fbd_num", index); in hns_rcb_get_strings()
952 ethtool_sprintf(&buff, "rx_ring%d_pkt_num", index); in hns_rcb_get_strings()
953 ethtool_sprintf(&buff, "rx_ring%d_bytes", index); in hns_rcb_get_strings()
954 ethtool_sprintf(&buff, "rx_ring%d_err_cnt", index); in hns_rcb_get_strings()
955 ethtool_sprintf(&buff, "rx_ring%d_io_err", index); in hns_rcb_get_strings()
956 ethtool_sprintf(&buff, "rx_ring%d_sw_err", index); in hns_rcb_get_strings()
957 ethtool_sprintf(&buff, "rx_ring%d_seg_pkt", index); in hns_rcb_get_strings()
958 ethtool_sprintf(&buff, "rx_ring%d_reuse_pg", index); in hns_rcb_get_strings()
959 ethtool_sprintf(&buff, "rx_ring%d_len_err", index); in hns_rcb_get_strings()
960 ethtool_sprintf(&buff, "rx_ring%d_non_vld_desc_err", index); in hns_rcb_get_strings()
961 ethtool_sprintf(&buff, "rx_ring%d_bd_num_err", index); in hns_rcb_get_strings()
962 ethtool_sprintf(&buff, "rx_ring%d_l2_err", index); in hns_rcb_get_strings()
963 ethtool_sprintf(&buff, "rx_ring%d_l3l4csum_err", index); in hns_rcb_get_strings()