Home
last modified time | relevance | path

Searched refs:ahd_name (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/aic7xxx/
Daic79xx_pci.c342 ahd_name(ahd)); in ahd_pci_config()
532 ahd_name(ahd)); in ahd_check_extport()
545 ahd_name(ahd), in ahd_check_extport()
549 printk("%s: Reading SEEPROM...", ahd_name(ahd)); in ahd_check_extport()
618 printk("%s: Seeprom Contents:", ahd_name(ahd)); in ahd_check_extport()
628 printk("%s: No SEEPROM available.\n", ahd_name(ahd)); in ahd_check_extport()
660 ahd_name(ahd), (devconfig & STPWLEVEL) ? "on" : "off"); in ahd_configure_termination()
675 ahd_name(ahd)); in ahd_configure_termination()
683 "Using Defaults.\n", ahd_name(ahd)); in ahd_configure_termination()
690 ahd_name(ahd)); in ahd_configure_termination()
[all …]
Daic79xx_core.c292 printk("%s: Setting mode 0x%x\n", ahd_name(ahd), in ahd_set_modes()
324 ahd_name(ahd), file, line); in ahd_assert_modes()
881 ahd_name(ahd), in ahd_queue_scb()
1177 printk("%s: Clearing FIFO %d\n", ahd_name(ahd), fifo); in ahd_clear_fifo()
1219 ahd_name(ahd), scbid); in ahd_flush_qoutfifo()
1343 "SCB %d invalid\n", ahd_name(ahd), scbid); in ahd_flush_qoutfifo()
1364 ahd_name(ahd), scbid); in ahd_flush_qoutfifo()
1381 ahd_name(ahd), scbid); in ahd_flush_qoutfifo()
1687 ahd_name(ahd), scb_index, in ahd_run_qoutfifo()
1718 ahd_name(ahd), ahd_hard_errors[i].errmesg); in ahd_handle_hwerrint()
[all …]
Daic79xx_osm.c679 printk("%s: Slave Alloc %d\n", ahd_name(ahd), sdev->id); in ahd_linux_slave_alloc()
862 printk("%s: Device reset code sleeping\n", ahd_name(ahd)); in ahd_linux_dev_reset()
868 ahd_name(ahd), dev->active); in ahd_linux_dev_reset()
871 printk("%s: Device reset returning 0x%x\n", ahd_name(ahd), retval); in ahd_linux_dev_reset()
890 ahd_name(ahd), cmd); in ahd_linux_bus_reset()
900 "%d SCBs aborted.\n", ahd_name(ahd), found); in ahd_linux_bus_reset()
2126 ahd_name(ahd), status, cmd->device->channel, in ahd_linux_queue_cmd_complete()
2237 ahd_name(ahd), was_paused ? "" : "not "); in ahd_linux_queue_abort_cmd()
2248 ahd_name(ahd), cmd->device->channel, in ahd_linux_queue_abort_cmd()
2367 printk("%s: Recovery code sleeping\n", ahd_name(ahd)); in ahd_linux_queue_abort_cmd()
[all …]
Daic79xx_inline.h49 static inline char *ahd_name(struct ahd_softc *ahd);
51 static inline char *ahd_name(struct ahd_softc *ahd) in ahd_name() function