Searched refs:active_scb (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | aic7xxx_osm.c | 888 struct scb *active_scb; in ahc_timeout() local 896 active_scb = ahc_lookup_scb(ahc, active_scb_index); in ahc_timeout() 897 if (active_scb != scb) { in ahc_timeout() 905 newtimeout = MAX(active_scb->xs->timeout, in ahc_timeout() 937 ahc_set_recoveryscb(ahc, active_scb); in ahc_timeout() 940 ahc_print_path(ahc, active_scb); in ahc_timeout() 942 active_scb->flags |= SCB_DEVICE_RESET; in ahc_timeout() 943 callout_reset(&active_scb->xs->xs_callout, in ahc_timeout() 944 2 * hz, ahc_timeout, active_scb); in ahc_timeout()
|
H A D | aic7xxx.c | 5603 u_int active_scb; in ahc_search_disc_list() local 5611 active_scb = ahc_inb(ahc, SCBPTR); in ahc_search_disc_list() 5614 active_scb = SCB_LIST_NULL; in ahc_search_disc_list() 5653 ahc_outb(ahc, SCBPTR, active_scb); in ahc_search_disc_list() 5763 u_int active_scb; in ahc_abort_scbs() local 5778 active_scb = ahc_inb(ahc, SCBPTR); in ahc_abort_scbs() 5883 ahc_outb(ahc, SCBPTR, active_scb); in ahc_abort_scbs()
|