Home
last modified time | relevance | path

Searched refs:non_tagged_cmd (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Desp_scsi.c579 if (lp->non_tagged_cmd) in esp_alloc_lun_tag()
601 lp->non_tagged_cmd = ent; in esp_alloc_lun_tag()
606 if (lp->non_tagged_cmd || lp->hold) in esp_alloc_lun_tag()
625 BUG_ON(lp->non_tagged_cmd != ent); in esp_free_lun_tag()
626 lp->non_tagged_cmd = NULL; in esp_free_lun_tag()
1211 ent = lp->non_tagged_cmd; in esp_reconnect()
H A Desp_scsi.h315 struct esp_cmd_entry *non_tagged_cmd; member
/kernel/linux/linux-6.6/drivers/scsi/
H A Desp_scsi.c579 if (lp->non_tagged_cmd) in esp_alloc_lun_tag()
601 lp->non_tagged_cmd = ent; in esp_alloc_lun_tag()
606 if (lp->non_tagged_cmd || lp->hold) in esp_alloc_lun_tag()
625 BUG_ON(lp->non_tagged_cmd != ent); in esp_free_lun_tag()
626 lp->non_tagged_cmd = NULL; in esp_free_lun_tag()
1203 ent = lp->non_tagged_cmd; in esp_reconnect()
H A Desp_scsi.h316 struct esp_cmd_entry *non_tagged_cmd; member

Completed in 16 milliseconds