Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dsym53c8xx_comm.h169 typedef struct xpt_quehead { struct
170 struct xpt_quehead *flink; /* Forward pointer */ argument
171 struct xpt_quehead *blink; /* Backward pointer */ argument
178 static inline void __xpt_que_add(struct xpt_quehead * new, in __xpt_que_add()
179 struct xpt_quehead * blink, in __xpt_que_add()
180 struct xpt_quehead * flink) in __xpt_que_add()
188 static inline void __xpt_que_del(struct xpt_quehead * blink, in __xpt_que_del()
189 struct xpt_quehead * flink) in __xpt_que_del()
195 static inline int xpt_que_empty(struct xpt_quehead *head) in xpt_que_empty()
200 static inline void xpt_que_splice(struct xpt_quehead *list, in xpt_que_splice()
[all …]
Dsym53c8xx.c200 typedef struct xpt_quehead { struct
201 struct xpt_quehead *flink; /* Forward pointer */ argument
202 struct xpt_quehead *blink; /* Backward pointer */ argument
209 static inline void __xpt_que_add(struct xpt_quehead * new, in __xpt_que_add()
210 struct xpt_quehead * blink, in __xpt_que_add()
211 struct xpt_quehead * flink) in __xpt_que_add()
219 static inline void __xpt_que_del(struct xpt_quehead * blink, in __xpt_que_del()
220 struct xpt_quehead * flink) in __xpt_que_del()
226 static inline int xpt_que_empty(struct xpt_quehead *head) in xpt_que_empty()
231 static inline void xpt_que_splice(struct xpt_quehead *list, in xpt_que_splice()
[all …]