Searched refs:rft (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c245 static int rdtgroup_add_file(struct kernfs_node *parent_kn, struct rftype *rft) argument
250 kn = __kernfs_create_file(parent_kn, rft->name, rft->mode,
252 0, rft->kf_ops, rft, NULL, NULL);
268 struct rftype *rft = of->kn->priv; local
270 if (rft->seq_show)
271 return rft->seq_show(of, m, arg);
278 struct rftype *rft = of->kn->priv; local
280 if (rft
299 struct rftype *rft = of->kn->priv; local
1980 struct rftype *rfts, *rft; local
2011 struct rftype *rfts, *rft; local
2027 struct rftype *rft; local
2038 struct rftype *rft; local
2105 struct rftype *rfts, *rft; local
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-nomadik.c187 * @rft: Rx FIFO Threshold in bytes
206 unsigned char rft; member in struct:nmk_i2c_dev
482 writel(priv->rft, priv->virtbase + I2C_RFTR);
788 u32 tft, rft; local
794 rft = readl(priv->virtbase + I2C_RFTR);
830 for (count = rft; count > 0; count--) {
835 priv->cli.count -= rft;
836 priv->cli.xfer_bytes += rft;
1027 priv->rft = 8; /* Rx FIFO threshold */
1105 if (priv->rft > max_fifo_threshol
[all...]
/linux-master/drivers/scsi/libfc/
H A Dfc_encode.h31 struct fc_ns_rft rft; member in union:fc_ct_req::__anon447
116 hton24(ct->payload.rft.fid.fp_fid, lport->port_id);
117 ct->payload.rft.fts = lport->fcts;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_ct.c2019 CtReq->un.rft.port_id = cpu_to_be32(vport->fc_myDID);
2023 CtReq->un.rft.app_serv_reg =
2029 CtReq->un.rft.fcp_reg = cpu_to_be32(RFT_FCP_REG);
2034 CtReq->un.rft.nvme_reg = cpu_to_be32(RFT_NVME_REG);
2040 CtReq->un.rft.fcp_reg ? "FCP" : " ",
2041 CtReq->un.rft.nvme_reg ? "NVME" : " ",
2042 CtReq->un.rft.app_serv_reg ? "APPS" : " ",
H A Dlpfc_hw.h145 struct rft { struct in union:lpfc_sli_ct_request::__anon95
153 } rft; member in union:lpfc_sli_ct_request::__anon95
205 sizeof(struct rft))

Completed in 386 milliseconds