Home
last modified time | relevance | path

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

/linux-6.15/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()
1168 if ((ahd_debug & AHD_SHOW_FIFOS) != 0) in ahd_clear_fifo()
1794 if ((ahd_debug & AHD_SHOW_MISC) != 0) in ahd_handle_seqint()
2604 if ((ahd_debug & AHD_SHOW_MISC) != 0) in ahd_handle_scsiint()
3560 uint32_t ahd_debug = AHD_DEBUG_OPTS; variable
6570 if ((ahd_debug & AHD_SHOW_MISC) != 0) in ahd_setup_iocell_workaround()
6837 if (ahd_debug & AHD_SHOW_MEMORY) in ahd_alloc_scbs()
6873 if (ahd_debug & AHD_SHOW_MEMORY) in ahd_alloc_scbs()
8938 if (ahd_debug & AHD_SHOW_SENSE) { in ahd_handle_scsi_status()
[all …]
H A Daic79xx_osm.c1142 { "debug", &ahd_debug }, in aic79xx_setup()
1942 if (ahd_debug & AHD_SHOW_SENSE) { 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()
2607 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_rd_strm()
2643 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_wr_flow()
2687 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_rti()
[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()