Home
last modified time | relevance | path

Searched refs:cmndinfo (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dgdth.c163 struct gdth_cmndinfo *cmndinfo);
288 if (ha->cmndinfo[i].index == 0) { in gdth_get_cmndinfo()
289 priv = &ha->cmndinfo[i]; in gdth_get_cmndinfo()
318 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_scsi_done() local
319 int internal_command = cmndinfo->internal_command; in gdth_scsi_done()
323 gdth_put_cmndinfo(cmndinfo); in gdth_scsi_done()
337 struct gdth_cmndinfo cmndinfo; in __gdth_execute() local
352 memset(&cmndinfo, 0, sizeof(cmndinfo)); in __gdth_execute()
358 cmndinfo in __gdth_execute()
1538 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); gdth_putq() local
1878 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); gdth_internal_cache_cmd() local
1977 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); gdth_fill_cache_cmd() local
2144 struct gdth_cmndinfo *cmndinfo; gdth_fill_raw_cmd() local
2297 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); gdth_special_cmd() local
2648 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); gdth_sync_event() local
3200 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); gdth_timed_out() local
3315 struct gdth_cmndinfo *cmndinfo; gdth_queuecommand_lck() local
3331 __gdth_queuecommand(gdth_ha_str *ha, struct scsi_cmnd *scp, struct gdth_cmndinfo *cmndinfo) __gdth_queuecommand() argument
[all...]
H A Dgdth_proc.c565 struct gdth_cmndinfo *cmndinfo; in gdth_wait_completion() local
572 cmndinfo = gdth_cmnd_priv(scp); in gdth_wait_completion()
578 cmndinfo->wait_for_completion = 0; in gdth_wait_completion()
580 while (!cmndinfo->wait_for_completion) in gdth_wait_completion()
H A Dgdth.h885 } cmndinfo[GDTH_MAXCMDS]; /* index==0 is free */ member

Completed in 6 milliseconds