Searched refs:gdth_cmnd_priv (Results 1 – 3 of 3) sorted by relevance
318 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_scsi_done()1538 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_putq()1556 while (nscp && gdth_cmnd_priv(nscp)->priority <= priority) { in gdth_putq()1595 struct gdth_cmndinfo *nscp_cmndinfo = gdth_cmnd_priv(nscp); in gdth_next()1686 } else if (gdth_cmnd_priv(nscp)->internal_command) { in gdth_next()1878 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_internal_cache_cmd()1977 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_fill_cache_cmd()2165 cmndinfo = gdth_cmnd_priv(scp); in gdth_fill_raw_cmd()2297 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_special_cmd()2626 gdth_putq(ha, scp, gdth_cmnd_priv(scp)->priority); in __gdth_interrupt()[all …]
572 cmndinfo = gdth_cmnd_priv(scp); in gdth_wait_completion()
908 static inline struct gdth_cmndinfo *gdth_cmnd_priv(struct scsi_cmnd* cmd) in gdth_cmnd_priv() function