Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dgdth.c432 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_scsi_done()
1988 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_putq()
2006 while (nscp && gdth_cmnd_priv(nscp)->priority <= priority) { in gdth_putq()
2045 struct gdth_cmndinfo *nscp_cmndinfo = gdth_cmnd_priv(nscp); in gdth_next()
2136 } else if (gdth_cmnd_priv(nscp)->internal_command) { in gdth_next()
2328 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_internal_cache_cmd()
2427 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_fill_cache_cmd()
2632 cmndinfo = gdth_cmnd_priv(scp); in gdth_fill_raw_cmd()
2775 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_special_cmd()
3180 gdth_putq(ha, scp, gdth_cmnd_priv(scp)->priority); in __gdth_interrupt()
[all …]
Dgdth_proc.c637 cmndinfo = gdth_cmnd_priv(scp); in gdth_wait_completion()
Dgdth.h938 static inline struct gdth_cmndinfo *gdth_cmnd_priv(struct scsi_cmnd* cmd) in gdth_cmnd_priv() function