Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dgdth.c1661 if (ha->cmd_tab[i].cmnd == UNUSED_CMND) { in gdth_get_cmd_index()
1662 ha->cmd_tab[i].cmnd = ha->pccb->RequestBuffer; in gdth_get_cmd_index()
1663 ha->cmd_tab[i].service = ha->pccb->Service; in gdth_get_cmd_index()
1765 if (ha->cmd_tab[j].cmnd != UNUSED_CMND) in gdth_release_event()
3100 ha->cmd_tab[cmd_index-2].cmnd = UNUSED_CMND; in gdth_fill_cache_cmd()
3335 ha->cmd_tab[cmd_index-2].cmnd = UNUSED_CMND; in gdth_fill_raw_cmd()
3401 ha->cmd_tab[cmd_index-2].cmnd = UNUSED_CMND; in gdth_special_cmd()
3758 scp = ha->cmd_tab[IStatus-2].cmnd; in gdth_interrupt()
3759 Service = ha->cmd_tab[IStatus-2].service; in gdth_interrupt()
3760 ha->cmd_tab[IStatus-2].cmnd = UNUSED_CMND; in gdth_interrupt()
[all …]
Dgdth.h924 } cmd_tab[GDTH_MAXCMDS]; /* table of pend. requests */ member
Dgdth_proc.c1010 scp = ha->cmd_tab[i].cmnd; in gdth_wait_completion()