Searched refs:rft (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/arch/x86/kernel/cpu/resctrl/ |
| D | rdtgroup.c | 202 static int rdtgroup_add_file(struct kernfs_node *parent_kn, struct rftype *rft) in rdtgroup_add_file() argument 207 kn = __kernfs_create_file(parent_kn, rft->name, rft->mode, in rdtgroup_add_file() 209 0, rft->kf_ops, rft, NULL, NULL); in rdtgroup_add_file() 225 struct rftype *rft = of->kn->priv; in rdtgroup_seqfile_show() local 227 if (rft->seq_show) in rdtgroup_seqfile_show() 228 return rft->seq_show(of, m, arg); in rdtgroup_seqfile_show() 235 struct rftype *rft = of->kn->priv; in rdtgroup_file_write() local 237 if (rft->write) in rdtgroup_file_write() 238 return rft->write(of, buf, nbytes, off); in rdtgroup_file_write() 256 struct rftype *rft = of->kn->priv; in is_cpu_list() local [all …]
|
| /Linux-v5.4/drivers/i2c/busses/ |
| D | i2c-nomadik.c | 178 unsigned char rft; member 432 writel(dev->rft, dev->virtbase + I2C_RFTR); in setup_i2c_controller() 727 u32 tft, rft; in i2c_irq_handler() local 733 rft = readl(dev->virtbase + I2C_RFTR); in i2c_irq_handler() 769 for (count = rft; count > 0; count--) { in i2c_irq_handler() 774 dev->cli.count -= rft; in i2c_irq_handler() 775 dev->cli.xfer_bytes += rft; in i2c_irq_handler() 960 nmk->rft = 8; /* Rx FIFO threshold */ in nmk_i2c_of_probe() 989 if (dev->rft > max_fifo_threshold) { in nmk_i2c_probe() 991 dev->rft, max_fifo_threshold); in nmk_i2c_probe() [all …]
|
| /Linux-v5.4/include/scsi/ |
| D | fc_encode.h | 30 struct fc_ns_rft rft; member 144 hton24(ct->payload.rft.fid.fp_fid, lport->port_id); in fc_ct_ns_fill() 145 ct->payload.rft.fts = lport->fcts; in fc_ct_ns_fill()
|
| /Linux-v5.4/drivers/scsi/lpfc/ |
| D | lpfc_ct.c | 1694 CtReq->un.rft.PortId = cpu_to_be32(vport->fc_myDID); in lpfc_ns_cmd() 1699 CtReq->un.rft.fcpReg = 1; in lpfc_ns_cmd() 1707 CtReq->un.rft.rsvd[0] = in lpfc_ns_cmd() 1714 CtReq->un.rft.fcpReg ? "FCP" : " ", in lpfc_ns_cmd() 1715 CtReq->un.rft.rsvd[0] ? "NVME" : " ", in lpfc_ns_cmd()
|
| D | lpfc_hw.h | 133 struct rft { struct 153 } rft; member 205 sizeof(struct rft))
|