OSIOP_NSG         304 dev/ic/osiop.c 		err = bus_dmamap_create(sc->sc_dmat, OSIOP_MAX_XFER, OSIOP_NSG,
OSIOP_NSG        1449 dev/ic/osiop.c 			if (n < 0 || n >= OSIOP_NSG)
OSIOP_NSG        1482 dev/ic/osiop.c 			for (i = 0; i < OSIOP_NSG; i++) {
OSIOP_NSG        1490 dev/ic/osiop.c 			if (i >= OSIOP_NSG || ds->data[i].count == 0) {
OSIOP_NSG        1507 dev/ic/osiop.c 			    i < OSIOP_NSG && ds->data[i].count > 0;
OSIOP_NSG        1519 dev/ic/osiop.c 			if (j < OSIOP_NSG) {
OSIOP_NSG          82 dev/ic/osiopvar.h #if MAXPHYS > (PAGE_SIZE * (OSIOP_NSG - 1))
OSIOP_NSG          83 dev/ic/osiopvar.h #define OSIOP_MAX_XFER	(PAGE_SIZE * (OSIOP_NSG - 1))
OSIOP_NSG         109 dev/ic/osiopvar.h 	buf_table_t data[OSIOP_NSG];	/* DMA S/G buffers */