Lines Matching refs:pstats
468 char *pstats = dev->stats_mem.debugfs_mem; in ocrdma_tx_dbg_stats() local
474 memset(pstats, 0, (OCRDMA_MAX_DBGFS_MEM)); in ocrdma_tx_dbg_stats()
477 pstats += snprintf(pstats, 80, "DW[%d] = 0x%x\n", i, in ocrdma_tx_dbg_stats()
486 char *pstats = dev->stats_mem.debugfs_mem; in ocrdma_rx_dbg_stats() local
492 memset(pstats, 0, (OCRDMA_MAX_DBGFS_MEM)); in ocrdma_rx_dbg_stats()
495 pstats += snprintf(pstats, 80, "DW[%d] = 0x%x\n", i, in ocrdma_rx_dbg_stats()
641 struct ocrdma_stats *pstats = filp->private_data; in ocrdma_dbgfs_ops_write() local
642 struct ocrdma_dev *dev = pstats->dev; in ocrdma_dbgfs_ops_write()
654 switch (pstats->type) { in ocrdma_dbgfs_ops_write()
689 struct ocrdma_stats *pstats = filp->private_data; in ocrdma_dbgfs_ops_read() local
690 struct ocrdma_dev *dev = pstats->dev; in ocrdma_dbgfs_ops_read()
702 switch (pstats->type) { in ocrdma_dbgfs_ops_read()