Searched refs:driver_stats (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_stats.c | 813 dev->driver_stats.type = OCRDMA_DRV_STATS; in ocrdma_add_port_stats() 814 dev->driver_stats.dev = dev; in ocrdma_add_port_stats() 816 &dev->driver_stats, &ocrdma_dbg_ops); in ocrdma_add_port_stats()
|
H A D | ocrdma.h | 307 struct ocrdma_stats driver_stats; member
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | debugfs.c | 1393 DEBUGFS_SEQ_FILE_OPS(driver_stats); variable 1394 DEBUGFS_SEQ_FILE_OPEN(driver_stats) 1395 DEBUGFS_FILE_OPS(driver_stats); 1402 debugfs_create_file("driver_stats", 0444, hfi1_dbg_root, NULL,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | debugfs.c | 1346 DEBUGFS_SEQ_FILE_OPS(driver_stats); variable 1347 DEBUGFS_SEQ_FILE_OPEN(driver_stats) 1348 DEBUGFS_FILE_OPS(driver_stats); 1355 debugfs_create_file("driver_stats", 0444, hfi1_dbg_root, NULL,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_stats.c | 813 dev->driver_stats.type = OCRDMA_DRV_STATS; in ocrdma_add_port_stats() 814 dev->driver_stats.dev = dev; in ocrdma_add_port_stats() 816 &dev->driver_stats, &ocrdma_dbg_ops); in ocrdma_add_port_stats()
|
H A D | ocrdma.h | 307 struct ocrdma_stats driver_stats; member
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_debugfs.c | 89 { "driver_stats", NULL}, 482 qedf_dbg_fileops_seq(qedf, driver_stats),
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_debugfs.c | 89 { "driver_stats", NULL}, 482 qedf_dbg_fileops_seq(qedf, driver_stats),
|
Completed in 15 milliseconds