Home
last modified time | relevance | path

Searched refs:SIOP_NSG (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/ic/
Dsiopvar_common.h43 #define SIOP_NSG 17 /* XXX (MAXPHYS/PAGE_SIZE + 1) */ macro
44 #define SIOP_MAXFER ((SIOP_NSG - 1) * PAGE_SIZE)
64 scr_table_t data[SIOP_NSG]; /* 108 */
Dsiop_common.c700 if (offset >= SIOP_NSG) { in siop_ma()
764 if (offset == SIOP_NSG) in siop_sdp()
767 if (offset > SIOP_NSG) { in siop_sdp()
769 printf("offset %d > %d\n", offset, SIOP_NSG); in siop_sdp()
806 (SIOP_NSG - offset) * sizeof(scr_table_t)); in siop_sdp()
Dsiop.c1837 error = bus_dmamap_create(sc->sc_c.sc_dmat, MAXPHYS, SIOP_NSG, in siop_morecbd()