Searched refs:curscb (Results 1 – 2 of 2) sorted by relevance
2424 struct aic7xxx_scb *curscb = queue->head; in scbq_remove() local2430 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() local3200 curscb = aic_inb(p, SCBPTR); in aic7xxx_abort_waiting_scb()3228 aic_outb(p, curscb, SCBPTR); in aic7xxx_abort_waiting_scb()
5763 u_int curscb, next; in ahc_rem_wscb() local5769 curscb = ahc_inb(ahc, SCBPTR); in ahc_rem_wscb()5800 ahc_outb(ahc, SCBPTR, curscb); in ahc_rem_wscb()