Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dgdth.c431 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_scsi_done()
1987 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_putq()
2005 while (nscp && gdth_cmnd_priv(nscp)->priority <= priority) { in gdth_putq()
2044 struct gdth_cmndinfo *nscp_cmndinfo = gdth_cmnd_priv(nscp); in gdth_next()
2135 } else if (gdth_cmnd_priv(nscp)->internal_command) { in gdth_next()
2327 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_internal_cache_cmd()
2425 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_fill_cache_cmd()
2630 cmndinfo = gdth_cmnd_priv(scp); in gdth_fill_raw_cmd()
2773 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_special_cmd()
3181 gdth_putq(ha, scp, gdth_cmnd_priv(scp)->priority); in __gdth_interrupt()
[all …]
Dgdth.h940 static inline struct gdth_cmndinfo *gdth_cmnd_priv(struct scsi_cmnd* cmd) in gdth_cmnd_priv() function
Dgdth_proc.c631 cmndinfo = gdth_cmnd_priv(scp); in gdth_wait_completion()