Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx.h93 ((ahc_debug & AHC_SHOW_MASKED_ERRORS) == 0 \
1250 extern uint32_t ahc_debug;
DKconfig.aic7xxx81 variable ahc_debug in that file to find them.
Daic7xxx_core.c1057 if (ahc_debug & AHC_SHOW_SENSE) { in ahc_handle_seqint()
1080 if (ahc_debug & AHC_SHOW_SENSE) { in ahc_handle_seqint()
1749 if ((ahc_debug & AHC_SHOW_SELTO) != 0) { in ahc_handle_scsiint()
2089 uint32_t ahc_debug = AHC_DEBUG_OPTS; variable
3250 if ((ahc_debug & AHC_SHOW_MESSAGES) != 0) { in ahc_handle_message_phase()
3258 if ((ahc_debug & AHC_SHOW_MESSAGES) != 0) { in ahc_handle_message_phase()
3285 if ((ahc_debug & AHC_SHOW_MESSAGES) != 0) in ahc_handle_message_phase()
3315 if ((ahc_debug & AHC_SHOW_MESSAGES) != 0) in ahc_handle_message_phase()
3328 if ((ahc_debug & AHC_SHOW_MESSAGES) != 0) { in ahc_handle_message_phase()
3336 if ((ahc_debug & AHC_SHOW_MESSAGES) != 0) { in ahc_handle_message_phase()
[all …]
Daic7xxx_osm.c1035 { "debug", &ahc_debug }, in aic7xxx_setup()
1738 if ((ahc_debug & AHC_SHOW_MISC) != 0) { in ahc_done()
1858 if (ahc_debug & AHC_SHOW_SENSE) { in ahc_linux_handle_scsi_status()