Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dmesh.c144 struct mesh_state { struct
150 struct mesh_state *next; argument
183 static void dlog(struct mesh_state *ms, char *fmt, int a); argument
184 static void dumplog(struct mesh_state *ms, int tgt);
185 static void dumpslog(struct mesh_state *ms);
188 static inline void dlog(struct mesh_state *ms, char *fmt, int a) in dlog()
190 static inline void dumplog(struct mesh_state *ms, int tgt) in dumplog()
192 static inline void dumpslog(struct mesh_state *ms) in dumpslog()
198 static struct mesh_state *all_meshes;
200 static void mesh_init(struct mesh_state *);
[all …]