Searched refs:rft (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/resctrl/ |
| H A D | rdtgroup.c | 291 static int rdtgroup_add_file(struct kernfs_node *parent_kn, struct rftype *rft) in rdtgroup_add_file() argument 296 kn = __kernfs_create_file(parent_kn, rft->name, rft->mode, in rdtgroup_add_file() 298 0, rft->kf_ops, rft, NULL, NULL); in rdtgroup_add_file() 314 struct rftype *rft = of->kn->priv; in rdtgroup_seqfile_show() local 316 if (rft->seq_show) in rdtgroup_seqfile_show() 317 return rft->seq_show(of, m, arg); in rdtgroup_seqfile_show() 324 struct rftype *rft = of->kn->priv; in rdtgroup_file_write() local 326 if (rft->write) in rdtgroup_file_write() 327 return rft->write(of, buf, nbytes, off); in rdtgroup_file_write() 345 struct rftype *rft = of->kn->priv; in is_cpu_list() local [all …]
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_ct.c | 2041 CtReq->un.rft.port_id = cpu_to_be32(vport->fc_myDID); in lpfc_ns_cmd() 2045 CtReq->un.rft.app_serv_reg = in lpfc_ns_cmd() 2051 CtReq->un.rft.fcp_reg = cpu_to_be32(RFT_FCP_REG); in lpfc_ns_cmd() 2056 CtReq->un.rft.nvme_reg = cpu_to_be32(RFT_NVME_REG); in lpfc_ns_cmd() 2062 CtReq->un.rft.fcp_reg ? "FCP" : " ", in lpfc_ns_cmd() 2063 CtReq->un.rft.nvme_reg ? "NVME" : " ", in lpfc_ns_cmd() 2064 CtReq->un.rft.app_serv_reg ? "APPS" : " ", in lpfc_ns_cmd()
|
| H A D | lpfc_hw.h | 145 struct rft { struct 153 } rft; member 210 sizeof(struct rft))
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am33xx-clocks.dtsi | 532 cpsw_cpts_rft_clk: clock-cpsw-cpts-rft@520 {
|
| H A D | am43xx-clocks.dtsi | 564 cpsw_cpts_rft_clk: clock-cpsw-cpts-rft@4238 {
|