any_dev_free_scb_list 5630 dev/ic/aic79xx.c 	LIST_INIT(&scb_data->any_dev_free_scb_list);
any_dev_free_scb_list 5708 dev/ic/aic79xx.c 	LIST_FOREACH(scb, &ahd->scb_data.any_dev_free_scb_list, links.le) {
any_dev_free_scb_list 5883 dev/ic/aic79xx.c 	if ((scb = LIST_FIRST(&ahd->scb_data.any_dev_free_scb_list)) == NULL) {
any_dev_free_scb_list 5916 dev/ic/aic79xx.c 		LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list,
any_dev_free_scb_list 5926 dev/ic/aic79xx.c 		LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list,
any_dev_free_scb_list 5928 dev/ic/aic79xx.c 		LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list,
any_dev_free_scb_list 5948 dev/ic/aic79xx.c 		LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list,
any_dev_free_scb_list 8958 dev/ic/aic79xx.c 	LIST_FOREACH(scb, &ahd->scb_data.any_dev_free_scb_list, links.le) {
any_dev_free_scb_list  694 dev/ic/aic79xx.h 	struct scb_list any_dev_free_scb_list;