Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_debugfs.c189 struct hns_cc_param_seqfile *param_seqfile = file->private; in cc_param_debugfs_show() local
190 const struct hns_roce_cc_param_attr *param_attr = param_seqfile->param_attr; in cc_param_debugfs_show()
192 int index = param_seqfile->index; in cc_param_debugfs_show()
194 container_of(param_seqfile, struct hns_roce_dev, in cc_param_debugfs_show()
214 struct hns_cc_param_seqfile *param_seqfile = data; in cc_param_debugfs_store() local
215 const struct hns_roce_cc_param_attr *param_attr = param_seqfile->param_attr; in cc_param_debugfs_store()
217 int index = param_seqfile->index; in cc_param_debugfs_store()
219 container_of(param_seqfile, struct hns_roce_dev, in cc_param_debugfs_store()