Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
H A 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 …]
H A 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 …]
H A 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