Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_misc.h109 typedef struct sym_quehead { struct
110 struct sym_quehead *flink; /* Forward pointer */ argument
111 struct sym_quehead *blink; /* Backward pointer */ argument
118 static __inline struct sym_quehead *sym_que_first(struct sym_quehead *head) in sym_que_first()
123 static __inline struct sym_quehead *sym_que_last(struct sym_quehead *head) in sym_que_last()
128 static __inline void __sym_que_add(struct sym_quehead * new, in __sym_que_add()
129 struct sym_quehead * blink, in __sym_que_add()
130 struct sym_quehead * flink) in __sym_que_add()
138 static __inline void __sym_que_del(struct sym_quehead * blink, in __sym_que_del()
139 struct sym_quehead * flink) in __sym_que_del()
[all …]