Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dgdth.h157 #define UNUSED_CMND ((struct scsi_cmnd *)-1) macro
160 #define SPECIAL_SCP(p) (p==UNUSED_CMND || p==INTERNAL_CMND || p==SCREEN_CMND)
H A Dgdth.c954 if (ha->cmd_tab[i].cmnd == UNUSED_CMND) { in gdth_get_cmd_index()
1036 if (ha->cmd_tab[j].cmnd != UNUSED_CMND) in gdth_release_event()
2127 ha->cmd_tab[cmd_index-2].cmnd = UNUSED_CMND; in gdth_fill_cache_cmd()
2284 ha->cmd_tab[cmd_index-2].cmnd = UNUSED_CMND; in gdth_fill_raw_cmd()
2346 ha->cmd_tab[cmd_index-2].cmnd = UNUSED_CMND; in gdth_special_cmd()
2603 ha->cmd_tab[IStatus-2].cmnd = UNUSED_CMND; in __gdth_interrupt()
2604 if (scp == UNUSED_CMND) { in __gdth_interrupt()
3140 if (ha->cmd_tab[i].cmnd != UNUSED_CMND) in gdth_timeout()
3247 ha->cmd_tab[i].cmnd = UNUSED_CMND; in gdth_eh_bus_reset()
4075 ha->cmd_tab[i].cmnd = UNUSED_CMND; in gdth_pci_probe_one()
[all...]

Completed in 10 milliseconds