Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx.h93 ((ahc_debug & AHC_SHOW_MASKED_ERRORS) == 0 \
1255 extern uint32_t ahc_debug;
DKconfig.aic7xxx80 variable ahc_debug in that file to find them.
Daic7xxx_core.c1064 if (ahc_debug & AHC_SHOW_SENSE) { in ahc_handle_seqint()
1087 if (ahc_debug & AHC_SHOW_SENSE) { in ahc_handle_seqint()
1756 if ((ahc_debug & AHC_SHOW_SELTO) != 0) { in ahc_handle_scsiint()
2096 uint32_t ahc_debug = AHC_DEBUG_OPTS; variable
3257 if ((ahc_debug & AHC_SHOW_MESSAGES) != 0) { in ahc_handle_message_phase()
3265 if ((ahc_debug & AHC_SHOW_MESSAGES) != 0) { in ahc_handle_message_phase()
3292 if ((ahc_debug & AHC_SHOW_MESSAGES) != 0) in ahc_handle_message_phase()
3322 if ((ahc_debug & AHC_SHOW_MESSAGES) != 0) in ahc_handle_message_phase()
3335 if ((ahc_debug & AHC_SHOW_MESSAGES) != 0) { in ahc_handle_message_phase()
3343 if ((ahc_debug & AHC_SHOW_MESSAGES) != 0) { in ahc_handle_message_phase()
[all …]
Daic7xxx_osm.c1037 { "debug", &ahc_debug }, in aic7xxx_setup()
1741 if ((ahc_debug & AHC_SHOW_MISC) != 0) { in ahc_done()
1861 if (ahc_debug & AHC_SHOW_SENSE) { in ahc_linux_handle_scsi_status()