Home
last modified time | relevance | path

Searched refs:ahc_is_paused (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h49 int ahc_is_paused(struct ahc_softc *ahc);
H A Daic7xxx_proc.c200 paused = ahc_is_paused(ahc); in ahc_proc_write_seeprom()
H A Daic7xxx_core.c319 ahc_is_paused(struct ahc_softc *ahc) in ahc_is_paused() function
340 while (ahc_is_paused(ahc) == 0) in ahc_pause()
2043 while (!ahc_is_paused(ahc)) in ahc_clear_critical_section()
2709 if (ahc_is_paused(ahc)) { in ahc_update_pending_scbs()
7116 if (ahc_is_paused(ahc)) { in ahc_dump_card_state()
H A Daic7xxx_pci.c1213 while (ahc_is_paused(ahc) == 0) in ahc_pci_test_register_access()
H A Daic7xxx_osm.c2147 was_paused = ahc_is_paused(ahc); in ahc_linux_queue_recovery_cmd()