Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dstex.c335 struct st_ccb *wait_ccb; member
845 if (unlikely(hba->wait_ccb == ccb)) in stex_mu_intr()
846 hba->wait_ccb = NULL; in stex_mu_intr()
950 if (unlikely(hba->wait_ccb == ccb)) in stex_ss_mu_intr()
951 hba->wait_ccb = NULL; in stex_ss_mu_intr()
1267 hba->wait_ccb = &hba->ccb[tag]; in stex_abort()
1296 if (hba->wait_ccb == NULL) { in stex_abort()
1304 hba->wait_ccb->req = NULL; /* nullify the req's future return */ in stex_abort()
1305 hba->wait_ccb = NULL; in stex_abort()