Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Desp_scsi.c41 static u32 esp_debug; variable
57 do { if (esp_debug & ESP_DEBUG_INTR) \
62 do { if (esp_debug & ESP_DEBUG_RESET) \
67 do { if (esp_debug & ESP_DEBUG_MSGIN) \
72 do { if (esp_debug & ESP_DEBUG_MSGOUT) \
77 do { if (esp_debug & ESP_DEBUG_CMDDONE) \
82 do { if (esp_debug & ESP_DEBUG_DISCONNECT) \
87 do { if (esp_debug & ESP_DEBUG_DATASTART) \
92 do { if (esp_debug & ESP_DEBUG_DATADONE) \
97 do { if (esp_debug & ESP_DEBUG_RECONNECT) \
[all …]