Searched refs:SIOP_NSG (Results 1 – 3 of 3) sorted by relevance
43 #define SIOP_NSG 17 /* XXX (MAXPHYS/PAGE_SIZE + 1) */ macro44 #define SIOP_MAXFER ((SIOP_NSG - 1) * PAGE_SIZE)64 scr_table_t data[SIOP_NSG]; /* 108 */
700 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()
1837 error = bus_dmamap_create(sc->sc_c.sc_dmat, MAXPHYS, SIOP_NSG, in siop_morecbd()