Home
last modified time | relevance | path

Searched refs:driver_stats (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Ddebugfs.c880 DEBUGFS_SEQ_FILE_OPS(driver_stats);
881 DEBUGFS_SEQ_FILE_OPEN(driver_stats)
882 DEBUGFS_FILE_OPS(driver_stats);
890 DEBUGFS_SEQ_FILE_CREATE(driver_stats, hfi1_dbg_root, NULL); in hfi1_dbg_init()
/linux-4.4.14/drivers/infiniband/hw/ocrdma/
Docrdma_stats.c829 dev->driver_stats.type = OCRDMA_DRV_STATS; in ocrdma_add_port_stats()
830 dev->driver_stats.dev = dev; in ocrdma_add_port_stats()
832 &dev->driver_stats, &ocrdma_dbg_ops)) in ocrdma_add_port_stats()
Docrdma.h308 struct ocrdma_stats driver_stats; member