Home
last modified time | relevance | path

Searched refs:non_tagged_cmd (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Desp_scsi.h316 struct esp_cmd_entry *non_tagged_cmd; member
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()