Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dstex.c334 struct st_ccb *wait_ccb; member
841 if (unlikely(hba->wait_ccb == ccb)) in stex_mu_intr()
842 hba->wait_ccb = NULL; in stex_mu_intr()
946 if (unlikely(hba->wait_ccb == ccb)) in stex_ss_mu_intr()
947 hba->wait_ccb = NULL; in stex_ss_mu_intr()
1263 hba->wait_ccb = &hba->ccb[tag]; in stex_abort()
1292 if (hba->wait_ccb == NULL) { in stex_abort()
1300 hba->wait_ccb->req = NULL; /* nullify the req's future return */ in stex_abort()
1301 hba->wait_ccb = NULL; in stex_abort()