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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsym53c8xx_comm.h178 static inline void __xpt_que_add(struct xpt_quehead * new, function
221 #define xpt_insque(new, pos) __xpt_que_add(new, pos, (pos)->flink)
225 #define xpt_insque_head(new, head) __xpt_que_add(new, head, (head)->flink)
238 #define xpt_insque_tail(new, head) __xpt_que_add(new, (head)->blink, head)
H A Dsym53c8xx.c206 static inline void __xpt_que_add(struct xpt_quehead * new, function
249 #define xpt_insque(new, pos) __xpt_que_add(new, pos, (pos)->flink)
253 #define xpt_insque_head(new, head) __xpt_que_add(new, head, (head)->flink)
266 #define xpt_insque_tail(new, head) __xpt_que_add(new, (head)->blink, head)

Completed in 109 milliseconds