LIST_FIRST       6660 drivers/scsi/aic7xxx/aic79xx_core.c 	first_scb = LIST_FIRST(free_list);
LIST_FIRST       6681 drivers/scsi/aic7xxx/aic79xx_core.c 	first_scb = LIST_FIRST(free_list);
LIST_FIRST       6717 drivers/scsi/aic7xxx/aic79xx_core.c 	if ((scb = LIST_FIRST(&ahd->scb_data.any_dev_free_scb_list)) == NULL) {
LIST_FIRST       7916 drivers/scsi/aic7xxx/aic79xx_core.c 	if (LIST_FIRST(&ahd->pending_scbs) != NULL) {
LIST_FIRST       8603 drivers/scsi/aic7xxx/aic79xx_core.c 	scbp_next = LIST_FIRST(&ahd->pending_scbs);
LIST_FIRST       10332 drivers/scsi/aic7xxx/aic79xx_core.c 		if (LIST_FIRST(&ahd->pending_scbs) != NULL) {
LIST_FIRST       5628 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (LIST_FIRST(&ahc->pending_scbs) != NULL) {
LIST_FIRST       6406 drivers/scsi/aic7xxx/aic7xxx_core.c 	scbp_next = LIST_FIRST(&ahc->pending_scbs);
LIST_FIRST       7453 drivers/scsi/aic7xxx/aic7xxx_core.c 		if (LIST_FIRST(&ahc->pending_scbs) != NULL) {
LIST_FIRST        272 drivers/scsi/aic7xxx/queue.h 	for ((var) = LIST_FIRST((head));				\
LIST_FIRST        277 drivers/scsi/aic7xxx/queue.h 	LIST_FIRST((head)) = NULL;					\
LIST_FIRST        296 drivers/scsi/aic7xxx/queue.h 	if ((LIST_NEXT((elm), field) = LIST_FIRST((head))) != NULL)	\
LIST_FIRST        297 drivers/scsi/aic7xxx/queue.h 		LIST_FIRST((head))->field.le_prev = &LIST_NEXT((elm), field);\
LIST_FIRST        298 drivers/scsi/aic7xxx/queue.h 	LIST_FIRST((head)) = (elm);					\
LIST_FIRST        299 drivers/scsi/aic7xxx/queue.h 	(elm)->field.le_prev = &LIST_FIRST((head));			\