Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dstex.c315 struct st_ccb *wait_ccb; member
796 if (unlikely(hba->wait_ccb == ccb)) in stex_mu_intr()
797 hba->wait_ccb = NULL; in stex_mu_intr()
901 if (unlikely(hba->wait_ccb == ccb)) in stex_ss_mu_intr()
902 hba->wait_ccb = NULL; in stex_ss_mu_intr()
1153 hba->wait_ccb = &hba->ccb[tag]; in stex_abort()
1174 if (hba->wait_ccb == NULL) { in stex_abort()
1182 hba->wait_ccb->req = NULL; /* nullify the req's future return */ in stex_abort()
1183 hba->wait_ccb = NULL; in stex_abort()