Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dstex.c330 struct st_ccb *wait_ccb; member
840 if (unlikely(hba->wait_ccb == ccb)) in stex_mu_intr()
841 hba->wait_ccb = NULL; in stex_mu_intr()
945 if (unlikely(hba->wait_ccb == ccb)) in stex_ss_mu_intr()
946 hba->wait_ccb = NULL; in stex_ss_mu_intr()
1262 hba->wait_ccb = &hba->ccb[tag]; in stex_abort()
1291 if (hba->wait_ccb == NULL) { in stex_abort()
1299 hba->wait_ccb->req = NULL; /* nullify the req's future return */ in stex_abort()
1300 hba->wait_ccb = NULL; in stex_abort()