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

/linux-master/drivers/infiniband/hw/qib/
H A Dqib_fs.c167 static const struct file_operations cntr_ops[] = { variable in typeref:struct:file_operations
375 &cntr_ops[0], dd);
382 &cntr_ops[1], dd);
/linux-master/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c1118 static const struct counter_info cntr_ops[] = { variable in typeref:struct:counter_info
1213 for (i = 0; i < ARRAY_SIZE(cntr_ops); i++)
1214 debugfs_create_file(cntr_ops[i].name, 0444, root, dd,
1215 &cntr_ops[i].ops);

Completed in 198 milliseconds