Home
last modified time | relevance | path

Searched defs:rft (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/cpu/resctrl/
Drdtgroup.c202 static int rdtgroup_add_file(struct kernfs_node *parent_kn, struct rftype *rft) in rdtgroup_add_file()
225 struct rftype *rft = of->kn->priv; in rdtgroup_seqfile_show() local
235 struct rftype *rft = of->kn->priv; in rdtgroup_file_write() local
256 struct rftype *rft = of->kn->priv; in is_cpu_list() local
1616 struct rftype *rfts, *rft; in rdtgroup_add_files() local
1644 struct rftype *rfts, *rft; in rdtgroup_get_rftype_by_name() local
1660 struct rftype *rft; in thread_throttle_mode_init() local
1729 struct rftype *rfts, *rft; in rdtgroup_kn_mode_restore() local
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/
Drdtgroup.c218 static int rdtgroup_add_file(struct kernfs_node *parent_kn, struct rftype *rft) in rdtgroup_add_file()
241 struct rftype *rft = of->kn->priv; in rdtgroup_seqfile_show() local
251 struct rftype *rft = of->kn->priv; in rdtgroup_file_write() local
272 struct rftype *rft = of->kn->priv; in is_cpu_list() local
1849 struct rftype *rfts, *rft; in rdtgroup_add_files() local
1877 struct rftype *rfts, *rft; in rdtgroup_get_rftype_by_name() local
1893 struct rftype *rft; in thread_throttle_mode_init() local
1904 struct rftype *rft; in mbm_config_rftype_init() local
1971 struct rftype *rfts, *rft; in rdtgroup_kn_mode_restore() local
/kernel/linux/linux-5.10/drivers/i2c/busses/
Di2c-nomadik.c178 unsigned char rft; member
727 u32 tft, rft; in i2c_irq_handler() local
/kernel/linux/linux-6.6/drivers/i2c/busses/
Di2c-nomadik.c178 unsigned char rft; member
727 u32 tft, rft; in i2c_irq_handler() local
/kernel/linux/linux-6.6/drivers/scsi/libfc/
Dfc_encode.h31 struct fc_ns_rft rft; member
/kernel/linux/linux-5.10/include/scsi/
Dfc_encode.h30 struct fc_ns_rft rft; member
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_hw.h133 struct rft { struct
134 uint32_t PortId; /* For RFT_ID requests */
137 uint32_t rsvd0:16;
138 uint32_t rsvd1:7;
139 uint32_t fcpReg:1; /* Type 8 */
140 uint32_t rsvd2:2;
141 uint32_t ipReg:1; /* Type 5 */
142 uint32_t rsvd3:5;
144 uint32_t rsvd0:16;
145 uint32_t fcpReg:1; /* Type 8 */
[all …]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
Dlpfc_hw.h145 struct rft { struct
146 __be32 port_id; /* For RFT_ID requests */
148 __be32 fcp_reg; /* rsvd 31:9, fcp_reg 8, rsvd 7:0 */
149 __be32 nvme_reg; /* rsvd 31:9, nvme_reg 8, rsvd 7:0 */
150 __be32 word2;
151 __be32 app_serv_reg; /* rsvd 31:1, app_serv_reg 0 */
152 __be32 word[4];
153 } rft; member