Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/aic7xxx/
Daic79xx_pci.c334 ahd_name(ahd)); in ahd_pci_config()
522 ahd_name(ahd)); in ahd_check_extport()
535 ahd_name(ahd), in ahd_check_extport()
539 printk("%s: Reading SEEPROM...", ahd_name(ahd)); in ahd_check_extport()
608 printk("%s: Seeprom Contents:", ahd_name(ahd)); in ahd_check_extport()
618 printk("%s: No SEEPROM available.\n", ahd_name(ahd)); in ahd_check_extport()
650 ahd_name(ahd), (devconfig & STPWLEVEL) ? "on" : "off"); in ahd_configure_termination()
665 ahd_name(ahd)); in ahd_configure_termination()
673 "Using Defaults.\n", ahd_name(ahd)); in ahd_configure_termination()
680 ahd_name(ahd)); in ahd_configure_termination()
[all …]
Daic79xx_core.c284 printk("%s: Setting mode 0x%x\n", ahd_name(ahd), in ahd_set_modes()
316 ahd_name(ahd), file, line); in ahd_assert_modes()
873 ahd_name(ahd), in ahd_queue_scb()
1169 printk("%s: Clearing FIFO %d\n", ahd_name(ahd), fifo); in ahd_clear_fifo()
1211 ahd_name(ahd), scbid); in ahd_flush_qoutfifo()
1335 "SCB %d invalid\n", ahd_name(ahd), scbid); in ahd_flush_qoutfifo()
1356 ahd_name(ahd), scbid); in ahd_flush_qoutfifo()
1373 ahd_name(ahd), scbid); in ahd_flush_qoutfifo()
1679 ahd_name(ahd), scb_index, in ahd_run_qoutfifo()
1710 ahd_name(ahd), ahd_hard_errors[i].errmesg); in ahd_handle_hwerrint()
[all …]
Daic79xx_osm.c682 printk("%s: Slave Alloc %d\n", ahd_name(ahd), sdev->id); in ahd_linux_slave_alloc()
848 printk("%s: Device reset code sleeping\n", ahd_name(ahd)); in ahd_linux_dev_reset()
854 ahd_name(ahd), dev->active); in ahd_linux_dev_reset()
857 printk("%s: Device reset returning 0x%x\n", ahd_name(ahd), retval); in ahd_linux_dev_reset()
876 ahd_name(ahd), cmd); in ahd_linux_bus_reset()
886 "%d SCBs aborted.\n", ahd_name(ahd), found); in ahd_linux_bus_reset()
2116 ahd_name(ahd), status, cmd->device->channel, in ahd_linux_queue_cmd_complete()
2225 ahd_name(ahd), was_paused ? "" : "not "); in ahd_linux_queue_abort_cmd()
2236 ahd_name(ahd), cmd->device->channel, in ahd_linux_queue_abort_cmd()
2347 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