Home
last modified time | relevance | path

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

/linux/drivers/rapidio/devices/
H A Dtsi721_dma.c308 tsi_err(&bdma_chan->dchan.dev->device, in tsi721_start_dma()
315 tsi_err(&bdma_chan->dchan.dev->device, in tsi721_start_dma()
428 tsi_err(ch_dev, "DMAC%d ERR: Attempt to use non-idle channel", in tsi721_submit_sg()
462 tsi_err(ch_dev, "DMAC%d SG entry %d is too large", in tsi721_submit_sg()
498 tsi_err(ch_dev, "Failed to build desc: err=%d", err); in tsi721_submit_sg()
588 tsi_err(&bdma_chan->dchan.dev->device, in tsi721_dma_tasklet()
611 tsi_err(&bdma_chan->dchan.dev->device, in tsi721_dma_tasklet()
652 tsi_err(&bdma_chan->dchan.dev->device, in tsi721_dma_tasklet()
701 tsi_err(&bdma_chan->dchan.dev->device, in tsi721_tx_submit()
736 tsi_err(&dchan->dev->device, "Unable to initialize DMAC%d", in tsi721_alloc_chan_resources()
[all …]
H A Dtsi721.h48 #define tsi_err(dev, fmt, arg...) \ macro