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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsym53c8xx_comm.h169 typedef struct xpt_quehead { struct
170 struct xpt_quehead *flink; /* Forward pointer */
171 struct xpt_quehead *blink; /* Backward pointer */
178 static inline void __xpt_que_add(struct xpt_quehead * new,
179 struct xpt_quehead * blink,
180 struct xpt_quehead * flink)
188 static inline void __xpt_que_del(struct xpt_quehead * blink,
189 struct xpt_quehead * flink)
195 static inline int xpt_que_empty(struct xpt_quehead *head)
200 static inline void xpt_que_splice(struct xpt_quehead *lis
[all...]
H A Dsym53c8xx.c197 typedef struct xpt_quehead { struct
198 struct xpt_quehead *flink; /* Forward pointer */
199 struct xpt_quehead *blink; /* Backward pointer */
206 static inline void __xpt_que_add(struct xpt_quehead * new,
207 struct xpt_quehead * blink,
208 struct xpt_quehead * flink)
216 static inline void __xpt_que_del(struct xpt_quehead * blink,
217 struct xpt_quehead * flink)
223 static inline int xpt_que_empty(struct xpt_quehead *head)
228 static inline void xpt_que_splice(struct xpt_quehead *lis
[all...]

Completed in 63 milliseconds