Lines Matching refs:regs_buff
485 u64 *regs_buff = data; in hns_ppe_get_stats() local
488 regs_buff[0] = hw_stats->rx_pkts_from_sw; in hns_ppe_get_stats()
489 regs_buff[1] = hw_stats->rx_pkts; in hns_ppe_get_stats()
490 regs_buff[2] = hw_stats->rx_drop_no_bd; in hns_ppe_get_stats()
491 regs_buff[3] = hw_stats->rx_alloc_buf_fail; in hns_ppe_get_stats()
492 regs_buff[4] = hw_stats->rx_alloc_buf_wait; in hns_ppe_get_stats()
493 regs_buff[5] = hw_stats->rx_drop_no_buf; in hns_ppe_get_stats()
494 regs_buff[6] = hw_stats->rx_err_fifo_full; in hns_ppe_get_stats()
496 regs_buff[7] = hw_stats->tx_bd_form_rcb; in hns_ppe_get_stats()
497 regs_buff[8] = hw_stats->tx_pkts_from_rcb; in hns_ppe_get_stats()
498 regs_buff[9] = hw_stats->tx_pkts; in hns_ppe_get_stats()
499 regs_buff[10] = hw_stats->tx_err_fifo_empty; in hns_ppe_get_stats()
500 regs_buff[11] = hw_stats->tx_err_checksum; in hns_ppe_get_stats()