Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c2424 struct aic7xxx_scb *curscb = queue->head; in scbq_remove() local
2430 while ((curscb != NULL) && (curscb->q_next != scb)) in scbq_remove()
2432 curscb = curscb->q_next; in scbq_remove()
2434 if (curscb != NULL) in scbq_remove()
2437 curscb->q_next = scb->q_next; in scbq_remove()
2441 queue->tail = curscb; in scbq_remove()
3195 unsigned char curscb, next; in aic7xxx_abort_waiting_scb() local
3200 curscb = aic_inb(p, SCBPTR); in aic7xxx_abort_waiting_scb()
3228 aic_outb(p, curscb, SCBPTR); in aic7xxx_abort_waiting_scb()
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_core.c5763 u_int curscb, next; in ahc_rem_wscb() local
5769 curscb = ahc_inb(ahc, SCBPTR); in ahc_rem_wscb()
5800 ahc_outb(ahc, SCBPTR, curscb); in ahc_rem_wscb()