Lines Matching refs:buff

842 	char *buff = (char *)data;  in hns_rcb_get_strings()  local
847 snprintf(buff, ETH_GSTRING_LEN, "tx_ring%d_rcb_pkt_num", index); in hns_rcb_get_strings()
848 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
849 snprintf(buff, ETH_GSTRING_LEN, "tx_ring%d_ppe_tx_pkt_num", index); in hns_rcb_get_strings()
850 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
851 snprintf(buff, ETH_GSTRING_LEN, "tx_ring%d_ppe_drop_pkt_num", index); in hns_rcb_get_strings()
852 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
853 snprintf(buff, ETH_GSTRING_LEN, "tx_ring%d_fbd_num", index); in hns_rcb_get_strings()
854 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
856 snprintf(buff, ETH_GSTRING_LEN, "tx_ring%d_pkt_num", index); in hns_rcb_get_strings()
857 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
858 snprintf(buff, ETH_GSTRING_LEN, "tx_ring%d_bytes", index); in hns_rcb_get_strings()
859 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
860 snprintf(buff, ETH_GSTRING_LEN, "tx_ring%d_err_cnt", index); in hns_rcb_get_strings()
861 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
862 snprintf(buff, ETH_GSTRING_LEN, "tx_ring%d_io_err", index); in hns_rcb_get_strings()
863 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
864 snprintf(buff, ETH_GSTRING_LEN, "tx_ring%d_sw_err", index); in hns_rcb_get_strings()
865 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
866 snprintf(buff, ETH_GSTRING_LEN, "tx_ring%d_seg_pkt", index); in hns_rcb_get_strings()
867 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
868 snprintf(buff, ETH_GSTRING_LEN, "tx_ring%d_restart_queue", index); in hns_rcb_get_strings()
869 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
870 snprintf(buff, ETH_GSTRING_LEN, "tx_ring%d_tx_busy", index); in hns_rcb_get_strings()
871 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
873 snprintf(buff, ETH_GSTRING_LEN, "rx_ring%d_rcb_pkt_num", index); in hns_rcb_get_strings()
874 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
875 snprintf(buff, ETH_GSTRING_LEN, "rx_ring%d_ppe_pkt_num", index); in hns_rcb_get_strings()
876 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
877 snprintf(buff, ETH_GSTRING_LEN, "rx_ring%d_ppe_drop_pkt_num", index); in hns_rcb_get_strings()
878 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
879 snprintf(buff, ETH_GSTRING_LEN, "rx_ring%d_fbd_num", index); in hns_rcb_get_strings()
880 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
882 snprintf(buff, ETH_GSTRING_LEN, "rx_ring%d_pkt_num", index); in hns_rcb_get_strings()
883 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
884 snprintf(buff, ETH_GSTRING_LEN, "rx_ring%d_bytes", index); in hns_rcb_get_strings()
885 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
886 snprintf(buff, ETH_GSTRING_LEN, "rx_ring%d_err_cnt", index); in hns_rcb_get_strings()
887 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
888 snprintf(buff, ETH_GSTRING_LEN, "rx_ring%d_io_err", index); in hns_rcb_get_strings()
889 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
890 snprintf(buff, ETH_GSTRING_LEN, "rx_ring%d_sw_err", index); in hns_rcb_get_strings()
891 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
892 snprintf(buff, ETH_GSTRING_LEN, "rx_ring%d_seg_pkt", index); in hns_rcb_get_strings()
893 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
894 snprintf(buff, ETH_GSTRING_LEN, "rx_ring%d_reuse_pg", index); in hns_rcb_get_strings()
895 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
896 snprintf(buff, ETH_GSTRING_LEN, "rx_ring%d_len_err", index); in hns_rcb_get_strings()
897 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
898 snprintf(buff, ETH_GSTRING_LEN, "rx_ring%d_non_vld_desc_err", index); in hns_rcb_get_strings()
899 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
900 snprintf(buff, ETH_GSTRING_LEN, "rx_ring%d_bd_num_err", index); in hns_rcb_get_strings()
901 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
902 snprintf(buff, ETH_GSTRING_LEN, "rx_ring%d_l2_err", index); in hns_rcb_get_strings()
903 buff = buff + ETH_GSTRING_LEN; in hns_rcb_get_strings()
904 snprintf(buff, ETH_GSTRING_LEN, "rx_ring%d_l3l4csum_err", index); in hns_rcb_get_strings()