Searched refs:next_hscb (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 4795 unsigned char active_hscb, next_hscb, prev_hscb, scb_index; in aic7xxx_handle_seqint() local 4821 prev_hscb = next_hscb = scb_index = SCB_LIST_NULL; in aic7xxx_handle_seqint() 4822 next_hscb = aic_inb(p, WAITING_SCBH); in aic7xxx_handle_seqint() 4823 while (next_hscb != SCB_LIST_NULL) in aic7xxx_handle_seqint() 4825 aic_outb(p, next_hscb, SCBPTR); in aic7xxx_handle_seqint() 4845 next_hscb = aic_inb(p, SCB_NEXT); in aic7xxx_handle_seqint() 4858 aic_outb(p, next_hscb, WAITING_SCBH); in aic7xxx_handle_seqint() 4863 aic_outb(p, next_hscb, SCB_NEXT); in aic7xxx_handle_seqint() 4868 prev_hscb = next_hscb; in aic7xxx_handle_seqint() 4869 next_hscb = aic_inb(p, SCB_NEXT); in aic7xxx_handle_seqint()
|