Lines Matching refs:pstats
455 char *pstats = dev->stats_mem.debugfs_mem; in ocrdma_tx_dbg_stats() local
461 memset(pstats, 0, (OCRDMA_MAX_DBGFS_MEM)); in ocrdma_tx_dbg_stats()
464 pstats += snprintf(pstats, 80, "DW[%d] = 0x%x\n", i, in ocrdma_tx_dbg_stats()
473 char *pstats = dev->stats_mem.debugfs_mem; in ocrdma_rx_dbg_stats() local
479 memset(pstats, 0, (OCRDMA_MAX_DBGFS_MEM)); in ocrdma_rx_dbg_stats()
482 pstats += snprintf(pstats, 80, "DW[%d] = 0x%x\n", i, in ocrdma_rx_dbg_stats()
628 struct ocrdma_stats *pstats = filp->private_data; in ocrdma_dbgfs_ops_write() local
629 struct ocrdma_dev *dev = pstats->dev; in ocrdma_dbgfs_ops_write()
641 switch (pstats->type) { in ocrdma_dbgfs_ops_write()
679 struct ocrdma_stats *pstats = filp->private_data; in ocrdma_dbgfs_ops_read() local
680 struct ocrdma_dev *dev = pstats->dev; in ocrdma_dbgfs_ops_read()
692 switch (pstats->type) { in ocrdma_dbgfs_ops_read()