Home
last modified time | relevance | path

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

/drivers/scsi/
Dstex.c315 struct st_ccb *wait_ccb; member
814 if (unlikely(hba->wait_ccb == ccb)) in stex_mu_intr()
815 hba->wait_ccb = NULL; in stex_mu_intr()
919 if (unlikely(hba->wait_ccb == ccb)) in stex_ss_mu_intr()
920 hba->wait_ccb = NULL; in stex_ss_mu_intr()
1173 hba->wait_ccb = &hba->ccb[tag]; in stex_abort()
1194 if (hba->wait_ccb == NULL) { in stex_abort()
1202 hba->wait_ccb->req = NULL; /* nullify the req's future return */ in stex_abort()
1203 hba->wait_ccb = NULL; in stex_abort()