Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powermac/
H A Ddbdma.c92 dbdma_resize_channel(dbdma_channel_t *chan, int newslots) in dbdma_resize_channel() argument
95 if (newslots > (PAGE_SIZE / sizeof(struct dbdma_command))) in dbdma_resize_channel()
98 chan->sc_nslots = newslots; in dbdma_resize_channel()
/freebsd/sys/powerpc/include/
H A Ddbdma.h84 int dbdma_resize_channel(dbdma_channel_t *chan, int newslots);