Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic7xxx/
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 …]
Daic79xx_osm.c869 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) in ahd_linux_bus_reset()
1137 { "debug", &ahd_debug }, in aic79xx_setup()
1791 if ((ahd_debug & AHD_SHOW_MISC) != 0) { in ahd_done()
1928 if (ahd_debug & AHD_SHOW_SENSE) { in ahd_linux_handle_scsi_status()
1961 if ((ahd_debug & AHD_SHOW_QFULL) != 0) { in ahd_linux_handle_scsi_status()
2383 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_period()
2436 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_offset()
2472 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_dt()
2514 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_qas()
2553 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_iu()
[all …]
DKconfig.aic79xx76 variable ahd_debug in that file to find them.
Daic79xx.h91 ((ahd_debug & AHD_SHOW_MASKED_ERRORS) == 0 \
1435 extern uint32_t ahd_debug;
Daic79xx_pci.c604 && (ahd_debug & AHD_DUMP_SEEPROM) != 0) { in ahd_check_extport()