Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_misc.h128 static __inline void __sym_que_add(struct sym_quehead * new, in __sym_que_add() function
191 #define sym_insque(new, pos) __sym_que_add(new, pos, (pos)->flink)
195 #define sym_insque_head(new, head) __sym_que_add(new, head, (head)->flink)
208 #define sym_insque_tail(new, head) __sym_que_add(new, (head)->blink, head)