Home
last modified time | relevance | path

Searched refs:cntr_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/qib/
Dqib_fs.c169 static const struct file_operations cntr_ops[] = { variable
377 &cntr_ops[0], dd); in add_cntr_files()
384 &cntr_ops[1], dd); in add_cntr_files()
/Linux-v5.10/drivers/infiniband/hw/hfi1/
Ddebugfs.c1160 static const struct counter_info cntr_ops[] = { variable
1255 for (i = 0; i < ARRAY_SIZE(cntr_ops); i++) in hfi1_dbg_ibdev_init()
1256 debugfs_create_file(cntr_ops[i].name, 0444, root, dd, in hfi1_dbg_ibdev_init()
1257 &cntr_ops[i].ops); in hfi1_dbg_ibdev_init()