Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/
Dstex.c330 struct st_ccb *wait_ccb; member
838 if (unlikely(hba->wait_ccb == ccb)) in stex_mu_intr()
839 hba->wait_ccb = NULL; in stex_mu_intr()
943 if (unlikely(hba->wait_ccb == ccb)) in stex_ss_mu_intr()
944 hba->wait_ccb = NULL; in stex_ss_mu_intr()
1260 hba->wait_ccb = &hba->ccb[tag]; in stex_abort()
1289 if (hba->wait_ccb == NULL) { in stex_abort()
1297 hba->wait_ccb->req = NULL; /* nullify the req's future return */ in stex_abort()
1298 hba->wait_ccb = NULL; in stex_abort()