Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Daic7xxx_old.c4327 struct aic7xxx_scb *next_scbp, *prev_scbp; in aic7xxx_handle_seqint() local
4342 next_scbp = p->waiting_scbs.head; in aic7xxx_handle_seqint()
4343 while ( next_scbp != NULL ) in aic7xxx_handle_seqint()
4345 prev_scbp = next_scbp; in aic7xxx_handle_seqint()
4346 next_scbp = next_scbp->q_next; in aic7xxx_handle_seqint()
4359 next_scbp = NULL; in aic7xxx_handle_seqint()
4369 next_scbp = p->scb_data->scb_array[scb_index]; in aic7xxx_handle_seqint()
4370 if (aic7xxx_match_scb(p, next_scbp, target, channel, lun, in aic7xxx_handle_seqint()
4373 next_scbp->flags = SCB_QUEUED_FOR_DONE | SCB_QUEUE_FULL; in aic7xxx_handle_seqint()