Lines Matching refs:buffers
323 struct xilly_buffer **buffers, in xilly_get_dma_buffers() argument
331 if (buffers) { /* Not the message buffer */ in xilly_get_dma_buffers()
383 if (buffers) { /* Not the message buffer */ in xilly_get_dma_buffers()
386 buffers[i] = this_buffer++; in xilly_get_dma_buffers()
486 struct xilly_buffer **buffers = NULL; in xilly_setupchannels() local
515 buffers = devm_kcalloc(dev, bufnum, in xilly_setupchannels()
518 if (!buffers) in xilly_setupchannels()
532 channel->rd_buffers = buffers; in xilly_setupchannels()
533 rc = xilly_get_dma_buffers(ep, &rd_alloc, buffers, in xilly_setupchannels()
546 channel->wr_buffers = buffers; in xilly_setupchannels()
547 rc = xilly_get_dma_buffers(ep, &wr_alloc, buffers, in xilly_setupchannels()