Home
last modified time | relevance | path

Searched refs:DEBUG_TARGET (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dmesh.c85 #define DEBUG_TARGET(cmd) ((cmd) && ALLOW_DEBUG((cmd)->device->id)) macro
416 if (DEBUG_TARGET(cmd)) { in mesh_start_cmd()
601 if (DEBUG_TARGET(cmd)) { in mesh_done()
1604 if (DEBUG_TARGET(cmd)) in cmd_complete()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dmesh.c85 #define DEBUG_TARGET(cmd) ((cmd) && ALLOW_DEBUG((cmd)->device->id)) macro
407 if (DEBUG_TARGET(cmd)) { in mesh_start_cmd()
595 if (DEBUG_TARGET(cmd)) { in mesh_done()
1600 if (DEBUG_TARGET(cmd)) in cmd_complete()
/kernel/linux/linux-5.10/drivers/scsi/arm/
H A Dacornscsi.c78 * DEBUG_TARGET - is defined to the target number if you want to debug
84 /*#define DEBUG_TARGET 2*/
107 #ifdef DEBUG_TARGET
109 if (cmd->device->id == DEBUG_TARGET) { \
/kernel/linux/linux-6.6/drivers/scsi/arm/
H A Dacornscsi.c74 * DEBUG_TARGET - is defined to the target number if you want to debug
80 /*#define DEBUG_TARGET 2*/
103 #ifdef DEBUG_TARGET
105 if (cmd->device->id == DEBUG_TARGET) { \

Completed in 12 milliseconds