Home
last modified time | relevance | path

Searched refs:tmf_active (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/scsi/cxlflash/
Dmain.c182 cfg->tmf_active = false; in cmd_complete()
219 cfg->tmf_active = false; in flush_pending_cmds()
488 if (cfg->tmf_active) in send_tmf()
490 !cfg->tmf_active, in send_tmf()
492 cfg->tmf_active = true; in send_tmf()
511 cfg->tmf_active = false; in send_tmf()
519 !cfg->tmf_active, in send_tmf()
534 cfg->tmf_active = false; in send_tmf()
592 if (cfg->tmf_active) { in cxlflash_queuecommand()
964 if (cfg->tmf_active) in cxlflash_remove()
[all …]
Dcommon.h148 bool tmf_active; member
/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_def.h4725 struct list_head tmf_active; member
Dqla_init.c2275 list_for_each_entry(t, &ha->tmf_active, tmf_elem) { in qla_get_tmf()
2308 list_add_tail(&arg->tmf_elem, &ha->tmf_active); in qla_get_tmf()
Dqla_os.c3016 INIT_LIST_HEAD(&ha->tmf_active); in qla2x00_probe_one()