Lines Matching refs:pstats
470 char *pstats = dev->stats_mem.debugfs_mem; in ocrdma_tx_dbg_stats() local
476 memset(pstats, 0, (OCRDMA_MAX_DBGFS_MEM)); in ocrdma_tx_dbg_stats()
479 pstats += snprintf(pstats, 80, "DW[%d] = 0x%x\n", i, in ocrdma_tx_dbg_stats()
488 char *pstats = dev->stats_mem.debugfs_mem; in ocrdma_rx_dbg_stats() local
494 memset(pstats, 0, (OCRDMA_MAX_DBGFS_MEM)); in ocrdma_rx_dbg_stats()
497 pstats += snprintf(pstats, 80, "DW[%d] = 0x%x\n", i, in ocrdma_rx_dbg_stats()
643 struct ocrdma_stats *pstats = filp->private_data; in ocrdma_dbgfs_ops_write() local
644 struct ocrdma_dev *dev = pstats->dev; in ocrdma_dbgfs_ops_write()
656 switch (pstats->type) { in ocrdma_dbgfs_ops_write()
694 struct ocrdma_stats *pstats = filp->private_data; in ocrdma_dbgfs_ops_read() local
695 struct ocrdma_dev *dev = pstats->dev; in ocrdma_dbgfs_ops_read()
707 switch (pstats->type) { in ocrdma_dbgfs_ops_read()