Home
last modified time | relevance | path

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

/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1453 if (DEBUG_FLAGS & DEBUG_NEGO) {
1511 if (DEBUG_FLAGS & DEBUG_QUEUE)
2228 if (DEBUG_FLAGS & DEBUG_TINY) printf ("T");
2474 if (DEBUG_FLAGS & (DEBUG_TINY|DEBUG_PHASE))
2498 if (DEBUG_FLAGS & DEBUG_PHASE) {
2529 if (DEBUG_FLAGS & DEBUG_PHASE) {
2639 if (DEBUG_FLAGS & DEBUG_PHASE) {
2823 if (DEBUG_FLAGS & DEBUG_TINY) printf ("F ");
2864 if (DEBUG_FLAGS & DEBUG_TINY)
3950 if (DEBUG_FLAGS & DEBUG_NEGO) {
[all …]
H A Dsym_malloc.c151 if (DEBUG_FLAGS & DEBUG_ALLOC) { in __sym_calloc2()
168 if (DEBUG_FLAGS & DEBUG_ALLOC) in __sym_mfree()
H A Dsym53c8xx.h148 #define DEBUG_FLAGS sym_debug_flags macro
H A Dsym_hipd.h70 #ifndef DEBUG_FLAGS
71 #define DEBUG_FLAGS (0x0000) macro
H A Dsym_fw.c383 if (DEBUG_FLAGS & DEBUG_SCRIPT) in sym_fw_bind_script()