Home
last modified time | relevance | path

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

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