Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dstex.c316 struct st_ccb *wait_ccb; member
789 if (unlikely(hba->wait_ccb == ccb)) in stex_mu_intr()
790 hba->wait_ccb = NULL; in stex_mu_intr()
894 if (unlikely(hba->wait_ccb == ccb)) in stex_ss_mu_intr()
895 hba->wait_ccb = NULL; in stex_ss_mu_intr()
1146 hba->wait_ccb = &hba->ccb[tag]; in stex_abort()
1167 if (hba->wait_ccb == NULL) { in stex_abort()
1175 hba->wait_ccb->req = NULL; /* nullify the req's future return */ in stex_abort()
1176 hba->wait_ccb = NULL; in stex_abort()