Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/
Dgdth.h173 #define UNUSED_CMND ((Scsi_Cmnd *)-1) macro
176 #define SPECIAL_SCP(p) (p==UNUSED_CMND || p==INTERNAL_CMND || p==SCREEN_CMND)
Dgdth.c1332 if (ha->cmd_tab[i].cmnd == UNUSED_CMND) { in gdth_get_cmd_index()
1428 if (ha->cmd_tab[j].cmnd != UNUSED_CMND) in gdth_release_event()
2596 ha->cmd_tab[cmd_index-2].cmnd = UNUSED_CMND; in gdth_fill_cache_cmd()
2769 ha->cmd_tab[cmd_index-2].cmnd = UNUSED_CMND; in gdth_fill_raw_cmd()
2834 ha->cmd_tab[cmd_index-2].cmnd = UNUSED_CMND; in gdth_special_cmd()
3167 ha->cmd_tab[IStatus-2].cmnd = UNUSED_CMND; in __gdth_interrupt()
3168 if (scp == UNUSED_CMND) { in __gdth_interrupt()
3736 if (ha->cmd_tab[i].cmnd != UNUSED_CMND) in gdth_timeout()
3943 ha->cmd_tab[i].cmnd = UNUSED_CMND; in gdth_eh_bus_reset()
4775 ha->cmd_tab[i].cmnd = UNUSED_CMND; in gdth_isa_probe_one()
[all …]