Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dgdth.h913 struct gdth_cmndinfo { /* per-command private info */ struct
949 static inline struct gdth_cmndinfo *gdth_cmnd_priv(struct scsi_cmnd* cmd) in gdth_cmnd_priv()
951 return (struct gdth_cmndinfo *)cmd->host_scribble; in gdth_cmnd_priv()
Dgdth.c189 struct gdth_cmndinfo *cmndinfo);
392 static struct gdth_cmndinfo *gdth_get_cmndinfo(gdth_ha_str *ha) in gdth_get_cmndinfo()
394 struct gdth_cmndinfo *priv = NULL; in gdth_get_cmndinfo()
414 static void gdth_put_cmndinfo(struct gdth_cmndinfo *priv) in gdth_put_cmndinfo()
431 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_scsi_done()
450 struct gdth_cmndinfo cmndinfo; in __gdth_execute()
1995 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp); in gdth_putq()
2052 struct gdth_cmndinfo *nscp_cmndinfo = gdth_cmnd_priv(nscp); 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()
[all …]
Dgdth_proc.c739 struct gdth_cmndinfo *cmndinfo; in gdth_wait_completion()