Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic79xx_osm.c888 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) in ahd_linux_bus_reset()
1158 { "debug", &ahd_debug }, in aic79xx_setup()
1810 if ((ahd_debug & AHD_SHOW_MISC) != 0) { in ahd_done()
1947 if (ahd_debug & AHD_SHOW_SENSE) { in ahd_linux_handle_scsi_status()
1980 if ((ahd_debug & AHD_SHOW_QFULL) != 0) { in ahd_linux_handle_scsi_status()
2417 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_period()
2470 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_offset()
2506 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_dt()
2548 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_qas()
2587 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_iu()
[all …]
Daic79xx_core.c291 if ((ahd_debug & AHD_SHOW_MODEPTR) != 0) in ahd_set_modes()
309 if ((ahd_debug & AHD_SHOW_MODEPTR) != 0) in ahd_update_modes()
876 if ((ahd_debug & AHD_SHOW_QUEUE) != 0) { in ahd_queue_scb()
1176 if ((ahd_debug & AHD_SHOW_FIFOS) != 0) in ahd_clear_fifo()
1804 if ((ahd_debug & AHD_SHOW_MISC) != 0) in ahd_handle_seqint()
1838 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) in ahd_handle_seqint()
1844 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) in ahd_handle_seqint()
1854 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) in ahd_handle_seqint()
1998 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) { in ahd_handle_seqint()
2015 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) { in ahd_handle_seqint()
[all …]
DKconfig.aic79xx75 variable ahd_debug in that file to find them.
Daic79xx.h91 ((ahd_debug & AHD_SHOW_MASKED_ERRORS) == 0 \
1445 extern uint32_t ahd_debug;
Daic79xx_pci.c614 && (ahd_debug & AHD_DUMP_SEEPROM) != 0) { in ahd_check_extport()