Searched refs:active_scb (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 6178 u_int active_scb; in ahc_search_disc_list() local 6186 active_scb = ahc_inb(ahc, SCBPTR); in ahc_search_disc_list() 6189 active_scb = SCB_LIST_NULL; in ahc_search_disc_list() 6228 ahc_outb(ahc, SCBPTR, active_scb); in ahc_search_disc_list() 6338 u_int active_scb; in ahc_abort_scbs() local 6353 active_scb = ahc_inb(ahc, SCBPTR); in ahc_abort_scbs() 6458 ahc_outb(ahc, SCBPTR, active_scb); in ahc_abort_scbs()
|
/linux-3.4.99/drivers/scsi/ |
D | aic7xxx_old.c | 3114 unsigned char active_scb, tcl, scb_tag; in aic7xxx_reset_device() local 3121 active_scb = aic_inb(p, SCBPTR); in aic7xxx_reset_device() 3127 p->host_no, channel, target, lun, active_scb); in aic7xxx_reset_device() 3432 aic_outb(p, active_scb, SCBPTR); in aic7xxx_reset_device()
|