Lines Matching refs:cmd_tab
954 if (ha->cmd_tab[i].cmnd == UNUSED_CMND) { in gdth_get_cmd_index()
955 ha->cmd_tab[i].cmnd = ha->pccb->RequestBuffer; in gdth_get_cmd_index()
956 ha->cmd_tab[i].service = ha->pccb->Service; 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()
2601 scp = ha->cmd_tab[IStatus-2].cmnd; in __gdth_interrupt()
2602 Service = ha->cmd_tab[IStatus-2].service; in __gdth_interrupt()
2603 ha->cmd_tab[IStatus-2].cmnd = UNUSED_CMND; in __gdth_interrupt()
3140 if (ha->cmd_tab[i].cmnd != UNUSED_CMND) in gdth_timeout()
3245 cmnd = ha->cmd_tab[i].cmnd; in gdth_eh_bus_reset()
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()