Lines Matching refs:buffers
345 struct xilly_buffer **buffers, in xilly_get_dma_buffers() argument
353 if (buffers) { /* Not the message buffer */ in xilly_get_dma_buffers()
405 if (buffers) { /* Not the message buffer */ in xilly_get_dma_buffers()
408 buffers[i] = this_buffer++; in xilly_get_dma_buffers()
508 struct xilly_buffer **buffers = NULL; in xilly_setupchannels() local
537 buffers = devm_kcalloc(dev, bufnum, in xilly_setupchannels()
540 if (!buffers) in xilly_setupchannels()
554 channel->rd_buffers = buffers; in xilly_setupchannels()
555 rc = xilly_get_dma_buffers(ep, &rd_alloc, buffers, in xilly_setupchannels()
568 channel->wr_buffers = buffers; in xilly_setupchannels()
569 rc = xilly_get_dma_buffers(ep, &wr_alloc, buffers, in xilly_setupchannels()