SG_FULL_RESID     473 dev/ic/aic79xx.c 		 && ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0
SG_FULL_RESID     658 dev/ic/aic79xx.c 		sgptr = ahd_inl_scbram(ahd, SCB_SGPTR) & ~SG_FULL_RESID;
SG_FULL_RESID    8294 dev/ic/aic79xx.c 	if ((sgptr & SG_FULL_RESID) != 0) {
SG_FULL_RESID    10294 dev/ic/aic79xx.c 	scb->hscb->sgptr = aic_htole32(scb->sg_list_busaddr|SG_FULL_RESID);
SG_FULL_RESID     619 dev/ic/aic7xxx.c 			hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID;
SG_FULL_RESID    6009 dev/ic/aic7xxx.c 	if ((sgptr & SG_FULL_RESID) != 0) {
SG_FULL_RESID     403 dev/ic/aic7xxx_openbsd.c 		scb->hscb->sgptr = aic_htole32(scb->sg_list_phys|SG_FULL_RESID);