HomeSort by: relevance | last modified time | path
    Searched defs:active_scb (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 16 milliseconds