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

/freebsd-11-stable/sys/powerpc/include/
H A Ddbdma.h84 int dbdma_resize_channel(dbdma_channel_t *chan, int newslots);
/freebsd-11-stable/sys/powerpc/powermac/
H A Ddbdma.c93 dbdma_resize_channel(dbdma_channel_t *chan, int newslots) argument
96 if (newslots > (PAGE_SIZE / sizeof(struct dbdma_command)))
99 chan->sc_nslots = newslots;

Completed in 83 milliseconds