tqh_last          317 drivers/scsi/aic7xxx/queue.h 	struct type **tqh_last;	/* addr of last next element */		\
tqh_last          348 drivers/scsi/aic7xxx/queue.h 	(head)->tqh_last = &TAILQ_FIRST((head));			\
tqh_last          356 drivers/scsi/aic7xxx/queue.h 		(head)->tqh_last = &TAILQ_NEXT((elm), field);		\
tqh_last          373 drivers/scsi/aic7xxx/queue.h 		(head)->tqh_last = &TAILQ_NEXT((elm), field);		\
tqh_last          380 drivers/scsi/aic7xxx/queue.h 	(elm)->field.tqe_prev = (head)->tqh_last;			\
tqh_last          381 drivers/scsi/aic7xxx/queue.h 	*(head)->tqh_last = (elm);					\
tqh_last          382 drivers/scsi/aic7xxx/queue.h 	(head)->tqh_last = &TAILQ_NEXT((elm), field);			\
tqh_last          386 drivers/scsi/aic7xxx/queue.h 	(*(((struct headname *)((head)->tqh_last))->tqh_last))
tqh_last          391 drivers/scsi/aic7xxx/queue.h 	(*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
tqh_last          398 drivers/scsi/aic7xxx/queue.h 		(head)->tqh_last = (elm)->field.tqe_prev;		\