Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dgdth.c431 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_scsi_done()
1995 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_putq()
2013 while (nscp && gdth_cmnd_priv(nscp)->priority <= priority) { in gdth_putq()
2052 struct gdth_cmndinfo *nscp_cmndinfo = gdth_cmnd_priv(nscp); in gdth_next()
2143 } else if (gdth_cmnd_priv(nscp)->internal_command) { in gdth_next()
2335 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_internal_cache_cmd()
2433 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_fill_cache_cmd()
2638 cmndinfo = gdth_cmnd_priv(scp); in gdth_fill_raw_cmd()
2781 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_special_cmd()
3189 gdth_putq(ha, scp, gdth_cmnd_priv(scp)->priority); in __gdth_interrupt()
[all …]
Dgdth.h949 static inline struct gdth_cmndinfo *gdth_cmnd_priv(struct scsi_cmnd* cmd) in gdth_cmnd_priv() function
Dgdth_proc.c746 cmndinfo = gdth_cmnd_priv(scp); in gdth_wait_completion()