rft               202 arch/x86/kernel/cpu/resctrl/rdtgroup.c static int rdtgroup_add_file(struct kernfs_node *parent_kn, struct rftype *rft)
rft               207 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	kn = __kernfs_create_file(parent_kn, rft->name, rft->mode,
rft               209 arch/x86/kernel/cpu/resctrl/rdtgroup.c 				  0, rft->kf_ops, rft, NULL, NULL);
rft               225 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	struct rftype *rft = of->kn->priv;
rft               227 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	if (rft->seq_show)
rft               228 arch/x86/kernel/cpu/resctrl/rdtgroup.c 		return rft->seq_show(of, m, arg);
rft               235 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	struct rftype *rft = of->kn->priv;
rft               237 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	if (rft->write)
rft               238 arch/x86/kernel/cpu/resctrl/rdtgroup.c 		return rft->write(of, buf, nbytes, off);
rft               256 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	struct rftype *rft = of->kn->priv;
rft               258 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	return rft->flags & RFTYPE_FLAGS_CPUS_LIST;
rft              1486 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	struct rftype *rfts, *rft;
rft              1494 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	for (rft = rfts; rft < rfts + len; rft++) {
rft              1495 arch/x86/kernel/cpu/resctrl/rdtgroup.c 		if ((fflags & rft->fflags) == rft->fflags) {
rft              1496 arch/x86/kernel/cpu/resctrl/rdtgroup.c 			ret = rdtgroup_add_file(kn, rft);
rft              1504 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	pr_warn("Failed to add %s, err=%d\n", rft->name, ret);
rft              1505 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	while (--rft >= rfts) {
rft              1506 arch/x86/kernel/cpu/resctrl/rdtgroup.c 		if ((fflags & rft->fflags) == rft->fflags)
rft              1507 arch/x86/kernel/cpu/resctrl/rdtgroup.c 			kernfs_remove_by_name(kn, rft->name);
rft              1572 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	struct rftype *rfts, *rft;
rft              1578 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	for (rft = rfts; rft < rfts + len; rft++) {
rft              1579 arch/x86/kernel/cpu/resctrl/rdtgroup.c 		if (!strcmp(rft->name, name))
rft              1580 arch/x86/kernel/cpu/resctrl/rdtgroup.c 			iattr.ia_mode = rft->mode & mask;
rft               178 drivers/i2c/busses/i2c-nomadik.c 	unsigned char			rft;
rft               432 drivers/i2c/busses/i2c-nomadik.c 	writel(dev->rft, dev->virtbase + I2C_RFTR);
rft               727 drivers/i2c/busses/i2c-nomadik.c 	u32 tft, rft;
rft               733 drivers/i2c/busses/i2c-nomadik.c 	rft = readl(dev->virtbase + I2C_RFTR);
rft               769 drivers/i2c/busses/i2c-nomadik.c 		for (count = rft; count > 0; count--) {
rft               774 drivers/i2c/busses/i2c-nomadik.c 		dev->cli.count -= rft;
rft               775 drivers/i2c/busses/i2c-nomadik.c 		dev->cli.xfer_bytes += rft;
rft               960 drivers/i2c/busses/i2c-nomadik.c 	nmk->rft = 8; /* Rx FIFO threshold */
rft               989 drivers/i2c/busses/i2c-nomadik.c 	if (dev->rft > max_fifo_threshold) {
rft               991 drivers/i2c/busses/i2c-nomadik.c 			dev->rft, max_fifo_threshold);
rft               992 drivers/i2c/busses/i2c-nomadik.c 		dev->rft = max_fifo_threshold;
rft              1695 drivers/scsi/lpfc/lpfc_ct.c 		CtReq->un.rft.PortId = cpu_to_be32(vport->fc_myDID);
rft              1700 drivers/scsi/lpfc/lpfc_ct.c 			CtReq->un.rft.fcpReg = 1;
rft              1708 drivers/scsi/lpfc/lpfc_ct.c 			CtReq->un.rft.rsvd[0] =
rft              1715 drivers/scsi/lpfc/lpfc_ct.c 				 CtReq->un.rft.fcpReg ? "FCP" : " ",
rft              1716 drivers/scsi/lpfc/lpfc_ct.c 				 CtReq->un.rft.rsvd[0] ? "NVME" : " ",
rft               153 drivers/scsi/lpfc/lpfc_hw.h 		} rft;
rft               205 drivers/scsi/lpfc/lpfc_hw.h 			   sizeof(struct rft))
rft                30 include/scsi/fc_encode.h 		struct fc_ns_rft rft;
rft               144 include/scsi/fc_encode.h 		hton24(ct->payload.rft.fid.fp_fid, lport->port_id);
rft               145 include/scsi/fc_encode.h 		ct->payload.rft.fts = lport->fcts;