/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_fprobe.c | 70 static bool trace_fprobe_is_return(struct trace_fprobe *tf) in trace_fprobe_is_return() argument 72 return tf->fp.exit_handler != NULL; in trace_fprobe_is_return() 75 static bool trace_fprobe_is_tracepoint(struct trace_fprobe *tf) in trace_fprobe_is_tracepoint() argument 77 return tf->tpoint != NULL; in trace_fprobe_is_tracepoint() 80 static const char *trace_fprobe_symbol(struct trace_fprobe *tf) in trace_fprobe_symbol() argument 82 return tf->symbol ? tf->symbol : "unknown"; in trace_fprobe_symbol() 87 struct trace_fprobe *tf = to_trace_fprobe(ev); in trace_fprobe_is_busy() local 89 return trace_probe_is_enabled(&tf->tp); in trace_fprobe_is_busy() 92 static bool trace_fprobe_match_command_head(struct trace_fprobe *tf, in trace_fprobe_match_command_head() argument 111 struct trace_fprobe *tf = to_trace_fprobe(ev); trace_fprobe_match() local 122 trace_fprobe_is_registered(struct trace_fprobe *tf) trace_fprobe_is_registered() argument 172 __fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, struct pt_regs *regs, struct trace_event_file *trace_file) __fentry_trace_func() argument 203 fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, struct pt_regs *regs) fentry_trace_func() argument 215 __fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, unsigned long ret_ip, struct pt_regs *regs, struct trace_event_file *trace_file) __fexit_trace_func() argument 247 fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, unsigned long ret_ip, struct pt_regs *regs) fexit_trace_func() argument 259 fentry_perf_func(struct trace_fprobe *tf, unsigned long entry_ip, struct pt_regs *regs) fentry_perf_func() argument 291 fexit_perf_func(struct trace_fprobe *tf, unsigned long entry_ip, unsigned long ret_ip, struct pt_regs *regs) fexit_perf_func() argument 326 struct trace_fprobe *tf = container_of(fp, struct trace_fprobe, fp); fentry_dispatcher() local 343 struct trace_fprobe *tf = container_of(fp, struct trace_fprobe, fp); fexit_dispatcher() local 354 free_trace_fprobe(struct trace_fprobe *tf) free_trace_fprobe() argument 373 struct trace_fprobe *tf; alloc_trace_fprobe() local 407 struct trace_fprobe *tf; find_trace_fprobe() local 416 __enable_trace_fprobe(struct trace_fprobe *tf) __enable_trace_fprobe() argument 426 struct trace_fprobe *tf; __disable_trace_fprobe() local 443 struct trace_fprobe *tf; enable_trace_fprobe() local 629 init_trace_event_call(struct trace_fprobe *tf) init_trace_event_call() argument 645 register_fprobe_event(struct trace_fprobe *tf) register_fprobe_event() argument 652 unregister_fprobe_event(struct trace_fprobe *tf) unregister_fprobe_event() argument 658 __register_trace_fprobe(struct trace_fprobe *tf) __register_trace_fprobe() argument 702 __unregister_trace_fprobe(struct trace_fprobe *tf) __unregister_trace_fprobe() argument 718 unregister_trace_fprobe(struct trace_fprobe *tf) unregister_trace_fprobe() argument 772 append_trace_fprobe(struct trace_fprobe *tf, struct trace_fprobe *to) append_trace_fprobe() argument 810 register_trace_fprobe(struct trace_fprobe *tf) register_trace_fprobe() argument 852 struct trace_fprobe *tf; __tracepoint_probe_module_cb() local 968 struct trace_fprobe *tf = NULL; __trace_fprobe_create() local 1150 struct trace_fprobe *tf = to_trace_fprobe(ev); trace_fprobe_release() local 1160 struct trace_fprobe *tf = to_trace_fprobe(ev); trace_fprobe_show() local [all...] |
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | sata_promise.h | 28 static inline unsigned int pdc_pkt_header(struct ata_taskfile *tf, in pdc_pkt_header() argument 38 switch (tf->protocol) { in pdc_pkt_header() 40 if (!(tf->flags & ATA_TFLAG_WRITE)) in pdc_pkt_header() 69 buf[15] = tf->ctl; in pdc_pkt_header() 74 static inline unsigned int pdc_pkt_footer(struct ata_taskfile *tf, u8 *buf, in pdc_pkt_footer() argument 77 if (tf->flags & ATA_TFLAG_DEVICE) { in pdc_pkt_footer() 79 buf[i++] = tf->device; in pdc_pkt_footer() 84 buf[i++] = tf->command; in pdc_pkt_footer() 89 static inline unsigned int pdc_prep_lba28(struct ata_taskfile *tf, u8 *buf, unsigned int i) in pdc_prep_lba28() argument 95 buf[i++] = tf in pdc_prep_lba28() 112 pdc_prep_lba48(struct ata_taskfile *tf, u8 *buf, unsigned int i) pdc_prep_lba48() argument [all...] |
H A D | sata_svw.c | 158 static void k2_sata_tf_load(struct ata_port *ap, const struct ata_taskfile *tf) in k2_sata_tf_load() argument 161 unsigned int is_addr = tf->flags & ATA_TFLAG_ISADDR; in k2_sata_tf_load() 163 if (tf->ctl != ap->last_ctl) { in k2_sata_tf_load() 164 writeb(tf->ctl, ioaddr->ctl_addr); in k2_sata_tf_load() 165 ap->last_ctl = tf->ctl; in k2_sata_tf_load() 168 if (is_addr && (tf->flags & ATA_TFLAG_LBA48)) { in k2_sata_tf_load() 169 writew(tf->feature | (((u16)tf->hob_feature) << 8), in k2_sata_tf_load() 171 writew(tf->nsect | (((u16)tf in k2_sata_tf_load() 194 k2_sata_tf_read(struct ata_port *ap, struct ata_taskfile *tf) k2_sata_tf_read() argument [all...] |
H A D | libata-scsi.c | 206 const struct ata_taskfile *tf) in ata_scsi_set_sense_information() 213 information = ata_tf_read_block(tf, dev); in ata_scsi_set_sense_information() 659 * @tf: ptr to filled out taskfile 668 static void ata_dump_status(unsigned id, struct ata_taskfile *tf) in ata_dump_status() argument 670 u8 stat = tf->command, err = tf->feature; in ata_dump_status() 853 struct ata_taskfile *tf = &qc->result_tf; in ata_gen_passthru_sense() local 868 tf->command & (ATA_BUSY | ATA_DF | ATA_ERR | ATA_DRQ)) { in ata_gen_passthru_sense() 869 ata_to_sense_error(qc->ap->print_id, tf->command, tf in ata_gen_passthru_sense() 204 ata_scsi_set_sense_information(struct ata_device *dev, struct scsi_cmnd *cmd, const struct ata_taskfile *tf) ata_scsi_set_sense_information() argument 952 struct ata_taskfile *tf = &qc->result_tf; ata_gen_ata_sense() local 1171 struct ata_taskfile *tf = &qc->tf; ata_scsi_start_stop_xlat() local 1264 struct ata_taskfile *tf = &qc->tf; ata_scsi_flush_xlat() local 1386 struct ata_taskfile *tf = &qc->tf; ata_scsi_verify_xlat() local 2874 struct ata_taskfile *tf = &(qc->tf); ata_scsi_pass_thru() local 3192 struct ata_taskfile *tf = &qc->tf; ata_scsi_write_same_xlat() local 3438 struct ata_taskfile *tf = &qc->tf; ata_scsi_zbc_in_xlat() local 3521 struct ata_taskfile *tf = &qc->tf; ata_scsi_zbc_out_xlat() local 3612 struct ata_taskfile *tf = &qc->tf; ata_mselect_caching() local 3884 struct ata_taskfile *tf = &qc->tf; ata_scsi_security_inout_xlat() local [all...] |
H A D | sata_vsc.c | 142 static void vsc_sata_tf_load(struct ata_port *ap, const struct ata_taskfile *tf) in vsc_sata_tf_load() argument 145 unsigned int is_addr = tf->flags & ATA_TFLAG_ISADDR; in vsc_sata_tf_load() 153 if ((tf->ctl & ATA_NIEN) != (ap->last_ctl & ATA_NIEN)) { in vsc_sata_tf_load() 154 ap->last_ctl = tf->ctl; in vsc_sata_tf_load() 155 vsc_intr_mask_update(ap, tf->ctl & ATA_NIEN); in vsc_sata_tf_load() 157 if (is_addr && (tf->flags & ATA_TFLAG_LBA48)) { in vsc_sata_tf_load() 158 writew(tf->feature | (((u16)tf->hob_feature) << 8), in vsc_sata_tf_load() 160 writew(tf->nsect | (((u16)tf in vsc_sata_tf_load() 183 vsc_sata_tf_read(struct ata_port *ap, struct ata_taskfile *tf) vsc_sata_tf_read() argument [all...] |
H A D | pata_octeon_cf.c | 382 static void octeon_cf_tf_read16(struct ata_port *ap, struct ata_taskfile *tf) in octeon_cf_tf_read16() argument 389 tf->feature = blob >> 8; in octeon_cf_tf_read16() 392 tf->nsect = blob & 0xff; in octeon_cf_tf_read16() 393 tf->lbal = blob >> 8; in octeon_cf_tf_read16() 396 tf->lbam = blob & 0xff; in octeon_cf_tf_read16() 397 tf->lbah = blob >> 8; in octeon_cf_tf_read16() 400 tf->device = blob & 0xff; in octeon_cf_tf_read16() 401 tf->command = blob >> 8; in octeon_cf_tf_read16() 403 if (tf->flags & ATA_TFLAG_LBA48) { in octeon_cf_tf_read16() 405 iowrite8(tf in octeon_cf_tf_read16() 466 octeon_cf_tf_load16(struct ata_port *ap, const struct ata_taskfile *tf) octeon_cf_tf_load16() argument 514 octeon_cf_exec_command16(struct ata_port *ap, const struct ata_taskfile *tf) octeon_cf_exec_command16() argument [all...] |
H A D | libata-acpi.c | 33 u8 tf[REGS_PER_GTF]; /* regs. 0x1f1 - 0x1f7 */ member 551 struct ata_taskfile *tf) in ata_acpi_gtf_to_tf() 553 ata_tf_init(dev, tf); in ata_acpi_gtf_to_tf() 555 tf->flags |= ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE; in ata_acpi_gtf_to_tf() 556 tf->protocol = ATA_PROT_NODATA; in ata_acpi_gtf_to_tf() 557 tf->feature = gtf->tf[0]; /* 0x1f1 */ in ata_acpi_gtf_to_tf() 558 tf->nsect = gtf->tf[1]; /* 0x1f2 */ in ata_acpi_gtf_to_tf() 559 tf in ata_acpi_gtf_to_tf() 549 ata_acpi_gtf_to_tf(struct ata_device *dev, const struct ata_acpi_gtf *gtf, struct ata_taskfile *tf) ata_acpi_gtf_to_tf() argument 566 ata_acpi_filter_tf(struct ata_device *dev, const struct ata_taskfile *tf, const struct ata_taskfile *ptf) ata_acpi_filter_tf() argument 650 struct ata_taskfile tf, ptf, rtf; ata_acpi_run_tf() local [all...] |
H A D | sata_rcar.c | 369 const struct ata_taskfile *tf) in sata_rcar_tf_load() 372 unsigned int is_addr = tf->flags & ATA_TFLAG_ISADDR; in sata_rcar_tf_load() 374 if (tf->ctl != ap->last_ctl) { in sata_rcar_tf_load() 375 iowrite32(tf->ctl, ioaddr->ctl_addr); in sata_rcar_tf_load() 376 ap->last_ctl = tf->ctl; in sata_rcar_tf_load() 380 if (is_addr && (tf->flags & ATA_TFLAG_LBA48)) { in sata_rcar_tf_load() 381 iowrite32(tf->hob_feature, ioaddr->feature_addr); in sata_rcar_tf_load() 382 iowrite32(tf->hob_nsect, ioaddr->nsect_addr); in sata_rcar_tf_load() 383 iowrite32(tf->hob_lbal, ioaddr->lbal_addr); in sata_rcar_tf_load() 384 iowrite32(tf in sata_rcar_tf_load() 368 sata_rcar_tf_load(struct ata_port *ap, const struct ata_taskfile *tf) sata_rcar_tf_load() argument 416 sata_rcar_tf_read(struct ata_port *ap, struct ata_taskfile *tf) sata_rcar_tf_read() argument 440 sata_rcar_exec_command(struct ata_port *ap, const struct ata_taskfile *tf) sata_rcar_exec_command() argument [all...] |
H A D | libata-sata.c | 138 * @tf: Taskfile to convert 149 void ata_tf_to_fis(const struct ata_taskfile *tf, u8 pmp, int is_cmd, u8 *fis) in ata_tf_to_fis() argument 156 fis[2] = tf->command; in ata_tf_to_fis() 157 fis[3] = tf->feature; in ata_tf_to_fis() 159 fis[4] = tf->lbal; in ata_tf_to_fis() 160 fis[5] = tf->lbam; in ata_tf_to_fis() 161 fis[6] = tf->lbah; in ata_tf_to_fis() 162 fis[7] = tf->device; in ata_tf_to_fis() 164 fis[8] = tf->hob_lbal; in ata_tf_to_fis() 165 fis[9] = tf in ata_tf_to_fis() 192 ata_tf_from_fis(const u8 *fis, struct ata_taskfile *tf) ata_tf_from_fis() argument 1382 ata_eh_read_log_10h(struct ata_device *dev, int *tag, struct ata_taskfile *tf) ata_eh_read_log_10h() argument 1441 struct ata_taskfile tf; ata_eh_analyze_ncq_error() local [all...] |
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | sata_promise.h | 28 static inline unsigned int pdc_pkt_header(struct ata_taskfile *tf, in pdc_pkt_header() argument 38 switch (tf->protocol) { in pdc_pkt_header() 40 if (!(tf->flags & ATA_TFLAG_WRITE)) in pdc_pkt_header() 69 buf[15] = tf->ctl; in pdc_pkt_header() 74 static inline unsigned int pdc_pkt_footer(struct ata_taskfile *tf, u8 *buf, in pdc_pkt_footer() argument 77 if (tf->flags & ATA_TFLAG_DEVICE) { in pdc_pkt_footer() 79 buf[i++] = tf->device; in pdc_pkt_footer() 84 buf[i++] = tf->command; in pdc_pkt_footer() 89 static inline unsigned int pdc_prep_lba28(struct ata_taskfile *tf, u8 *buf, unsigned int i) in pdc_prep_lba28() argument 95 buf[i++] = tf in pdc_prep_lba28() 112 pdc_prep_lba48(struct ata_taskfile *tf, u8 *buf, unsigned int i) pdc_prep_lba48() argument [all...] |
H A D | libata-acpi.c | 33 u8 tf[REGS_PER_GTF]; /* regs. 0x1f1 - 0x1f7 */ member 543 struct ata_taskfile *tf) in ata_acpi_gtf_to_tf() 545 ata_tf_init(dev, tf); in ata_acpi_gtf_to_tf() 547 tf->flags |= ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE; in ata_acpi_gtf_to_tf() 548 tf->protocol = ATA_PROT_NODATA; in ata_acpi_gtf_to_tf() 549 tf->error = gtf->tf[0]; /* 0x1f1 */ in ata_acpi_gtf_to_tf() 550 tf->nsect = gtf->tf[1]; /* 0x1f2 */ in ata_acpi_gtf_to_tf() 551 tf in ata_acpi_gtf_to_tf() 541 ata_acpi_gtf_to_tf(struct ata_device *dev, const struct ata_acpi_gtf *gtf, struct ata_taskfile *tf) ata_acpi_gtf_to_tf() argument 558 ata_acpi_filter_tf(struct ata_device *dev, const struct ata_taskfile *tf, const struct ata_taskfile *ptf) ata_acpi_filter_tf() argument 643 struct ata_taskfile tf, ptf, rtf; ata_acpi_run_tf() local [all...] |
H A D | sata_svw.c | 159 static void k2_sata_tf_load(struct ata_port *ap, const struct ata_taskfile *tf) in k2_sata_tf_load() argument 162 unsigned int is_addr = tf->flags & ATA_TFLAG_ISADDR; in k2_sata_tf_load() 164 if (tf->ctl != ap->last_ctl) { in k2_sata_tf_load() 165 writeb(tf->ctl, ioaddr->ctl_addr); in k2_sata_tf_load() 166 ap->last_ctl = tf->ctl; in k2_sata_tf_load() 169 if (is_addr && (tf->flags & ATA_TFLAG_LBA48)) { in k2_sata_tf_load() 170 writew(tf->feature | (((u16)tf->hob_feature) << 8), in k2_sata_tf_load() 172 writew(tf->nsect | (((u16)tf in k2_sata_tf_load() 195 k2_sata_tf_read(struct ata_port *ap, struct ata_taskfile *tf) k2_sata_tf_read() argument [all...] |
H A D | libata-scsi.c | 221 const struct ata_taskfile *tf) in ata_scsi_set_sense_information() 225 information = ata_tf_read_block(tf, dev); in ata_scsi_set_sense_information() 856 struct ata_taskfile *tf = &qc->result_tf; in ata_gen_passthru_sense() local 868 tf->status & (ATA_BUSY | ATA_DF | ATA_ERR | ATA_DRQ)) { in ata_gen_passthru_sense() 869 ata_to_sense_error(qc->ap->print_id, tf->status, tf->error, in ata_gen_passthru_sense() 898 desc[3] = tf->error; in ata_gen_passthru_sense() 899 desc[5] = tf->nsect; in ata_gen_passthru_sense() 900 desc[7] = tf->lbal; in ata_gen_passthru_sense() 901 desc[9] = tf in ata_gen_passthru_sense() 219 ata_scsi_set_sense_information(struct ata_device *dev, struct scsi_cmnd *cmd, const struct ata_taskfile *tf) ata_scsi_set_sense_information() argument 951 struct ata_taskfile *tf = &qc->result_tf; ata_gen_ata_sense() local 1211 struct ata_taskfile *tf = &qc->tf; ata_scsi_start_stop_xlat() local 1304 struct ata_taskfile *tf = &qc->tf; ata_scsi_flush_xlat() local 1404 struct ata_taskfile *tf = &qc->tf; ata_scsi_verify_xlat() local 2884 struct ata_taskfile *tf = &(qc->tf); ata_scsi_pass_thru() local 3206 struct ata_taskfile *tf = &qc->tf; ata_scsi_write_same_xlat() local 3475 struct ata_taskfile *tf = &qc->tf; ata_scsi_zbc_in_xlat() local 3558 struct ata_taskfile *tf = &qc->tf; ata_scsi_zbc_out_xlat() local 3649 struct ata_taskfile *tf = &qc->tf; ata_mselect_caching() local 3739 struct ata_taskfile *tf = &qc->tf; ata_mselect_control_ata_feature() local 4000 struct ata_taskfile *tf = &qc->tf; ata_scsi_security_inout_xlat() local [all...] |
H A D | sata_vsc.c | 142 static void vsc_sata_tf_load(struct ata_port *ap, const struct ata_taskfile *tf) in vsc_sata_tf_load() argument 145 unsigned int is_addr = tf->flags & ATA_TFLAG_ISADDR; in vsc_sata_tf_load() 153 if ((tf->ctl & ATA_NIEN) != (ap->last_ctl & ATA_NIEN)) { in vsc_sata_tf_load() 154 ap->last_ctl = tf->ctl; in vsc_sata_tf_load() 155 vsc_intr_mask_update(ap, tf->ctl & ATA_NIEN); in vsc_sata_tf_load() 157 if (is_addr && (tf->flags & ATA_TFLAG_LBA48)) { in vsc_sata_tf_load() 158 writew(tf->feature | (((u16)tf->hob_feature) << 8), in vsc_sata_tf_load() 160 writew(tf->nsect | (((u16)tf in vsc_sata_tf_load() 183 vsc_sata_tf_read(struct ata_port *ap, struct ata_taskfile *tf) vsc_sata_tf_read() argument [all...] |
H A D | pata_octeon_cf.c | 379 static void octeon_cf_tf_read16(struct ata_port *ap, struct ata_taskfile *tf) in octeon_cf_tf_read16() argument 386 tf->error = blob >> 8; in octeon_cf_tf_read16() 389 tf->nsect = blob & 0xff; in octeon_cf_tf_read16() 390 tf->lbal = blob >> 8; in octeon_cf_tf_read16() 393 tf->lbam = blob & 0xff; in octeon_cf_tf_read16() 394 tf->lbah = blob >> 8; in octeon_cf_tf_read16() 397 tf->device = blob & 0xff; in octeon_cf_tf_read16() 398 tf->status = blob >> 8; in octeon_cf_tf_read16() 400 if (tf->flags & ATA_TFLAG_LBA48) { in octeon_cf_tf_read16() 402 iowrite8(tf in octeon_cf_tf_read16() 461 octeon_cf_tf_load16(struct ata_port *ap, const struct ata_taskfile *tf) octeon_cf_tf_load16() argument 497 octeon_cf_exec_command16(struct ata_port *ap, const struct ata_taskfile *tf) octeon_cf_exec_command16() argument [all...] |
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_fabric_configfs.c | 38 static void target_fabric_setup_##_name##_cit(struct target_fabric_configfs *tf) \ 40 struct config_item_type *cit = &tf->tf_##_name##_cit; \ 45 cit->ct_owner = tf->tf_ops->module; \ 50 static void target_fabric_setup_##_name##_cit(struct target_fabric_configfs *tf) \ 52 struct config_item_type *cit = &tf->tf_##_name##_cit; \ 53 struct configfs_attribute **attrs = tf->tf_ops->tfc_##_name##_attrs; \ 58 cit->ct_owner = tf->tf_ops->module; \ 272 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; in target_fabric_make_mappedlun() local 309 &tf->tf_tpg_mappedlun_cit); in target_fabric_make_mappedlun() 312 "statistics", &tf in target_fabric_make_mappedlun() 379 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; target_fabric_make_nodeacl() local 452 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; target_fabric_np_base_release() local 473 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; target_fabric_make_np() local 629 struct target_fabric_configfs *tf; target_fabric_port_link() local 681 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; target_fabric_port_unlink() local 747 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; target_fabric_make_lun() local 810 struct target_fabric_configfs *tf = wwn->wwn_tf; target_fabric_tpg_release() local 884 target_fabric_setup_tpg_base_cit(struct target_fabric_configfs *tf) target_fabric_setup_tpg_base_cit() argument 931 struct target_fabric_configfs *tf = wwn->wwn_tf; target_fabric_make_tpg() local 994 struct target_fabric_configfs *tf = wwn->wwn_tf; target_fabric_release_wwn() local 1081 struct target_fabric_configfs *tf = container_of(group, target_fabric_make_wwn() local 1131 target_fabric_setup_cits(struct target_fabric_configfs *tf) target_fabric_setup_cits() argument [all...] |
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_fabric_configfs.c | 37 static void target_fabric_setup_##_name##_cit(struct target_fabric_configfs *tf) \ 39 struct config_item_type *cit = &tf->tf_##_name##_cit; \ 44 cit->ct_owner = tf->tf_ops->module; \ 49 static void target_fabric_setup_##_name##_cit(struct target_fabric_configfs *tf) \ 51 struct config_item_type *cit = &tf->tf_##_name##_cit; \ 52 struct configfs_attribute **attrs = tf->tf_ops->tfc_##_name##_attrs; \ 57 cit->ct_owner = tf->tf_ops->module; \ 271 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; in target_fabric_make_mappedlun() local 308 &tf->tf_tpg_mappedlun_cit); in target_fabric_make_mappedlun() 311 "statistics", &tf in target_fabric_make_mappedlun() 378 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; target_fabric_make_nodeacl() local 451 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; target_fabric_np_base_release() local 472 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; target_fabric_make_np() local 628 struct target_fabric_configfs *tf; target_fabric_port_link() local 680 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; target_fabric_port_unlink() local 746 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; target_fabric_make_lun() local 809 struct target_fabric_configfs *tf = wwn->wwn_tf; target_fabric_tpg_release() local 829 struct target_fabric_configfs *tf = wwn->wwn_tf; target_fabric_make_tpg() local 892 struct target_fabric_configfs *tf = wwn->wwn_tf; target_fabric_release_wwn() local 927 struct target_fabric_configfs *tf = container_of(group, target_fabric_make_wwn() local 972 target_fabric_setup_cits(struct target_fabric_configfs *tf) target_fabric_setup_cits() argument [all...] |
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | ide-disk.c | 75 cmd->tf.command = ide_rw_cmds[index + lba48 + write]; in ide_tf_set_cmd() 90 struct ide_taskfile *tf = &cmd.tf; in __ide_do_rw_disk() local 101 cmd.valid.out.tf = IDE_VALID_OUT_TF | IDE_VALID_DEVICE; in __ide_do_rw_disk() 102 cmd.valid.in.tf = IDE_VALID_IN_TF | IDE_VALID_DEVICE; in __ide_do_rw_disk() 109 tf->nsect = nsectors & 0xff; in __ide_do_rw_disk() 110 tf->lbal = (u8) block; in __ide_do_rw_disk() 111 tf->lbam = (u8)(block >> 8); in __ide_do_rw_disk() 112 tf->lbah = (u8)(block >> 16); in __ide_do_rw_disk() 113 tf in __ide_do_rw_disk() 209 struct ide_taskfile *tf = &cmd.tf; idedisk_read_native_max_address() local 243 struct ide_taskfile *tf = &cmd.tf; idedisk_set_max_address() local [all...] |
H A D | ide-lib.c | 12 struct ide_taskfile *tf = &cmd->tf; in ide_get_lba_addr() local 15 low = (tf->lbah << 16) | (tf->lbam << 8) | tf->lbal; in ide_get_lba_addr() 17 tf = &cmd->hob; in ide_get_lba_addr() 18 high = (tf->lbah << 16) | (tf->lbam << 8) | tf->lbal; in ide_get_lba_addr() 20 high = tf in ide_get_lba_addr() 29 struct ide_taskfile *tf = &cmd.tf; ide_dump_sector() local [all...] |
H A D | ide-disk_proc.c | 13 struct ide_taskfile *tf = &cmd.tf; in smart_enable() local 16 tf->feature = ATA_SMART_ENABLE; in smart_enable() 17 tf->lbam = ATA_SMART_LBAM_PASS; in smart_enable() 18 tf->lbah = ATA_SMART_LBAH_PASS; in smart_enable() 19 tf->command = ATA_CMD_SMART; in smart_enable() 20 cmd.valid.out.tf = IDE_VALID_OUT_TF | IDE_VALID_DEVICE; in smart_enable() 21 cmd.valid.in.tf = IDE_VALID_IN_TF | IDE_VALID_DEVICE; in smart_enable() 29 struct ide_taskfile *tf = &cmd.tf; in get_smart_data() local [all...] |
H A D | ide-ioctls.c | 133 struct ide_taskfile *tf = &cmd.tf; in ide_cmd_ioctl() local 151 tf->feature = args[2]; in ide_cmd_ioctl() 153 tf->nsect = args[3]; in ide_cmd_ioctl() 154 tf->lbal = args[1]; in ide_cmd_ioctl() 155 tf->lbam = ATA_SMART_LBAM_PASS; in ide_cmd_ioctl() 156 tf->lbah = ATA_SMART_LBAH_PASS; in ide_cmd_ioctl() 157 cmd.valid.out.tf = IDE_VALID_OUT_TF; in ide_cmd_ioctl() 158 cmd.valid.in.tf = IDE_VALID_NSECT; in ide_cmd_ioctl() 160 tf in ide_cmd_ioctl() [all...] |
H A D | ide-taskfile.c | 37 tp_ops->tf_read(drive, &cmd->tf, cmd->valid.in.tf); in ide_tf_readback() 49 printk("%s: tf: feat 0x%02x nsect 0x%02x lbal 0x%02x " in ide_tf_dump() 51 s, cmd->tf.feature, cmd->tf.nsect, in ide_tf_dump() 52 cmd->tf.lbal, cmd->tf.lbam, cmd->tf.lbah, in ide_tf_dump() 53 cmd->tf.device, cmd->tf in ide_tf_dump() 84 struct ide_taskfile *tf = &cmd->tf; do_rw_taskfile() local 155 struct ide_taskfile *tf = &cmd->tf; task_no_data_intr() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | lib_sw_fence.c | 58 struct timed_fence *tf = from_timer(tf, t, timer); in timed_fence_wake() local 60 i915_sw_fence_commit(&tf->fence); in timed_fence_wake() 63 void timed_fence_init(struct timed_fence *tf, unsigned long expires) in timed_fence_init() argument 65 onstack_fence_init(&tf->fence); in timed_fence_init() 67 timer_setup_on_stack(&tf->timer, timed_fence_wake, 0); in timed_fence_init() 70 mod_timer(&tf->timer, expires); in timed_fence_init() 72 i915_sw_fence_commit(&tf->fence); in timed_fence_init() 75 void timed_fence_fini(struct timed_fence *tf) in timed_fence_fini() argument 77 if (del_timer_sync(&tf in timed_fence_fini() [all...] |
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | dma_test.c | 233 struct dma_test_frame *tf = container_of(frame, typeof(*tf), frame); in dma_test_rx_callback() local 234 struct dma_test *dt = tf->dma_test; in dma_test_rx_callback() 237 dma_unmap_single(dma_dev, tf->frame.buffer_phy, DMA_TEST_FRAME_SIZE, in dma_test_rx_callback() 239 kfree(tf->data); in dma_test_rx_callback() 242 kfree(tf); in dma_test_rx_callback() 250 if (tf->frame.flags & RING_DESC_CRC_ERROR) in dma_test_rx_callback() 252 if (tf->frame.flags & RING_DESC_BUFFER_OVERRUN) in dma_test_rx_callback() 255 kfree(tf); in dma_test_rx_callback() 267 struct dma_test_frame *tf; in dma_test_submit_rx() local 302 struct dma_test_frame *tf = container_of(frame, typeof(*tf), frame); dma_test_tx_callback() local 318 struct dma_test_frame *tf; dma_test_submit_tx() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | lib_sw_fence.c | 58 struct timed_fence *tf = from_timer(tf, t, timer); in timed_fence_wake() local 60 i915_sw_fence_commit(&tf->fence); in timed_fence_wake() 63 void timed_fence_init(struct timed_fence *tf, unsigned long expires) in timed_fence_init() argument 65 onstack_fence_init(&tf->fence); in timed_fence_init() 67 timer_setup_on_stack(&tf->timer, timed_fence_wake, 0); in timed_fence_init() 70 mod_timer(&tf->timer, expires); in timed_fence_init() 72 i915_sw_fence_commit(&tf->fence); in timed_fence_init() 75 void timed_fence_fini(struct timed_fence *tf) in timed_fence_fini() argument 77 if (del_timer_sync(&tf in timed_fence_fini() [all...] |