HomeSort by: relevance | last modified time | path
    Searched refs:MVXORE_MAXXFER (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/marvell/
gtidmacreg.h 46 #define MVXORE_MAXXFER (16 * 1024 * 1024 - 1) /* 16M - 1 Byte */
gtidmac.c 64 #define MVXORE_NSEGS ((MVXORE_MAXXFER + PAGE_SIZE - 1) / PAGE_SIZE)
1355 bcnt = MVXORE_MAXXFER; /* XXXXX */
1794 MVXORE_MAXXFER, MVXORE_NSEGS,
1795 MVXORE_MAXXFER, 0, BUS_DMA_NOWAIT,
1803 if (bus_dmamap_create(sc->sc_dmat, MVXORE_MAXXFER,
1804 MVXORE_NSEGS, MVXORE_MAXXFER, 0,

Completed in 33 milliseconds