Searched refs:active_scb (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic7xxx.c | 5697 u_int active_scb; in ahc_search_disc_list() local 5705 active_scb = ahc_inb(ahc, SCBPTR); in ahc_search_disc_list() 5708 active_scb = SCB_LIST_NULL; in ahc_search_disc_list() 5747 ahc_outb(ahc, SCBPTR, active_scb); in ahc_search_disc_list() 5857 u_int active_scb; in ahc_abort_scbs() local 5872 active_scb = ahc_inb(ahc, SCBPTR); in ahc_abort_scbs() 5976 ahc_outb(ahc, SCBPTR, active_scb); in ahc_abort_scbs() 7052 struct scb *active_scb; in ahc_recover_commands() local 7060 active_scb = ahc_lookup_scb(ahc, active_scb_index); in ahc_recover_commands() 7061 if (active_scb != scb) { in ahc_recover_commands() [all …]
|
| H A D | aic79xx.c | 9244 struct scb *active_scb; in ahd_recover_commands() local 9289 active_scb = NULL; in ahd_recover_commands() 9292 active_scb = ahd_lookup_scb(ahd, active_scbptr); in ahd_recover_commands() 9328 if (active_scb != NULL) { in ahd_recover_commands() 9329 if (active_scb != scb) { in ahd_recover_commands() 9339 active_scb) == 0) in ahd_recover_commands() 9348 ahd_set_recoveryscb(ahd, active_scb); in ahd_recover_commands() 9349 active_scb->flags |= SCB_RECOVERY_SCB|SCB_DEVICE_RESET; in ahd_recover_commands() 9352 ahd_print_path(ahd, active_scb); in ahd_recover_commands()
|