Searched refs:XDMA_DEV_TO_MEM (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/xdma/ |
H A D | xdma_sg.c | 347 xr->direction == XDMA_DEV_TO_MEM) in xchan_seg_done() 432 case XDMA_DEV_TO_MEM: in _xdma_load_data_busdma()
|
H A D | xdma.h | 49 XDMA_DEV_TO_MEM, enumerator
|
/freebsd/sys/dev/xdma/controller/ |
H A D | pl330.c | 498 if (sg[i].direction == XDMA_DEV_TO_MEM) in pl330_channel_submit_sg()
|
/freebsd/sys/dev/flash/ |
H A D | cqspi.c | 502 XDMA_DEV_TO_MEM); in cqspi_read()
|
/freebsd/sys/dev/xilinx/ |
H A D | if_xae.c | 145 xdma_enqueue_mbuf(sc->xchan_rx, &m, 0, 4, 4, XDMA_DEV_TO_MEM); in xae_rx_enqueue()
|
/freebsd/sys/dev/altera/atse/ |
H A D | if_atse.c | 211 xdma_enqueue_mbuf(sc->xchan_rx, &m, 0, 4, 4, XDMA_DEV_TO_MEM); in atse_rx_enqueue()
|