Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
H A Daic79xx_core.c283 if ((ahd_debug & AHD_SHOW_MODEPTR) != 0) in ahd_set_modes()
301 if ((ahd_debug & AHD_SHOW_MODEPTR) != 0) in ahd_update_modes()
868 if ((ahd_debug & AHD_SHOW_QUEUE) != 0) { in ahd_queue_scb()
1168 if ((ahd_debug & AHD_SHOW_FIFOS) != 0) in ahd_clear_fifo()
1794 if ((ahd_debug & AHD_SHOW_MISC) != 0) in ahd_handle_seqint()
1828 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) in ahd_handle_seqint()
1834 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) in ahd_handle_seqint()
1844 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) in ahd_handle_seqint()
1979 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) { in ahd_handle_seqint()
1996 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) { in ahd_handle_seqint()
[all …]
H A Daic79xx_osm.c874 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) in ahd_linux_bus_reset()
1142 { "debug", &ahd_debug }, in aic79xx_setup()
1803 if ((ahd_debug & AHD_SHOW_MISC) != 0) { in ahd_done()
1942 if (ahd_debug & AHD_SHOW_SENSE) { in ahd_linux_handle_scsi_status()
1975 if ((ahd_debug & AHD_SHOW_QFULL) != 0) { in ahd_linux_handle_scsi_status()
2397 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_period()
2450 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_offset()
2486 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_dt()
2528 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_qas()
2567 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_iu()
[all …]
H A DKconfig.aic79xx77 variable ahd_debug in that file to find them.
H A Daic79xx.h91 ((ahd_debug & AHD_SHOW_MASKED_ERRORS) == 0 \
1435 extern uint32_t ahd_debug;
H A Daic79xx_pci.c604 && (ahd_debug & AHD_DUMP_SEEPROM) != 0) { in ahd_check_extport()