Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dgdth.c1324 if (ha->cmd_tab[i].cmnd == UNUSED_CMND) { in gdth_get_cmd_index()
1325 ha->cmd_tab[i].cmnd = ha->pccb->RequestBuffer; in gdth_get_cmd_index()
1326 ha->cmd_tab[i].service = ha->pccb->Service; 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()
3155 scp = ha->cmd_tab[IStatus-2].cmnd; in __gdth_interrupt()
3156 Service = ha->cmd_tab[IStatus-2].service; in __gdth_interrupt()
3157 ha->cmd_tab[IStatus-2].cmnd = UNUSED_CMND; in __gdth_interrupt()
[all …]
Dgdth_proc.c636 scp = ha->cmd_tab[i].cmnd; in gdth_wait_completion()
Dgdth.h901 } cmd_tab[GDTH_MAXCMDS]; /* table of pend. requests */ member