Searched refs:mk_msg_scb (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_core.c8105 struct scb *mk_msg_scb; local
8206 mk_msg_scb = ahd_lookup_scb(ahd, scbid);
8208 mk_msg_scb = NULL;
8256 if (mk_msg_scb != NULL
8257 && ahd_match_scb(ahd, mk_msg_scb, target, channel,
8266 if ((mk_msg_scb->flags & SCB_ACTIVE) == 0)
8268 ahd_done_with_status(ahd, mk_msg_scb, status);
8281 + (2 * SCB_GET_TARGET(ahd, mk_msg_scb));
8288 mk_msg_scb = NULL;
8299 if (mk_msg_scb !
[all...]

Completed in 295 milliseconds