Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dgdth.h165 #define UNUSED_CMND ((struct scsi_cmnd *)-1) macro
168 #define SPECIAL_SCP(p) (p==UNUSED_CMND || p==INTERNAL_CMND || p==SCREEN_CMND)
Dgdth.c1324 if (ha->cmd_tab[i].cmnd == UNUSED_CMND) { in gdth_get_cmd_index()
1420 if (ha->cmd_tab[j].cmnd != UNUSED_CMND) in gdth_release_event()
2589 ha->cmd_tab[cmd_index-2].cmnd = UNUSED_CMND; in gdth_fill_cache_cmd()
2762 ha->cmd_tab[cmd_index-2].cmnd = UNUSED_CMND; in gdth_fill_raw_cmd()
2827 ha->cmd_tab[cmd_index-2].cmnd = UNUSED_CMND; in gdth_special_cmd()
3157 ha->cmd_tab[IStatus-2].cmnd = UNUSED_CMND; in __gdth_interrupt()
3158 if (scp == UNUSED_CMND) { in __gdth_interrupt()
3726 if (ha->cmd_tab[i].cmnd != UNUSED_CMND) in gdth_timeout()
3932 ha->cmd_tab[i].cmnd = UNUSED_CMND; in gdth_eh_bus_reset()
4765 ha->cmd_tab[i].cmnd = UNUSED_CMND; in gdth_isa_probe_one()
[all …]