Searched refs:MVS_SG_ENTRIES (Results 1 – 2 of 2) sorted by relevance
393 #define MVS_SG_ENTRIES (btoc(maxphys) + 1) macro444 #define MVS_EPRD_SIZE (MVS_SG_ENTRIES * 16) /* sizeof(struct mvs_eprd) */
370 MVS_SG_ENTRIES * PAGE_SIZE, MVS_SG_ENTRIES, MVS_EPRD_MAX, in mvs_dmainit()1274 KASSERT(nsegs <= MVS_SG_ENTRIES, ("too many DMA segment entries\n")); in mvs_dmasetprd()