Searched refs:newslots (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/powerpc/include/
H A Ddbdma.h86 int dbdma_resize_channel(dbdma_channel_t *chan, int newslots);
/freebsd-12-stable/sys/powerpc/powermac/
H A Ddbdma.c95 dbdma_resize_channel(dbdma_channel_t *chan, int newslots) argument
98 if (newslots > (PAGE_SIZE / sizeof(struct dbdma_command)))
101 chan->sc_nslots = newslots;

Completed in 102 milliseconds