Home
last modified time | relevance | path

Searched defs:xdma_channel (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/xdma/
H A Dxdma_if.m53 struct xdma_channel *xchan; struct
62 struct xdma_channel *xchan; struct
71 struct xdma_channel *xchan; struct
80 struct xdma_channel *xchan; struct
102 struct xdma_channel *xchan; struct
110 struct xdma_channel *xchan; struct
118 struct xdma_channel *xchan; struct
H A Dxdma.h136 struct xdma_channel { struct
160 TAILQ_ENTRY(xdma_channel) xchan_next; argument
162 struct mtx mtx_lock;
163 struct mtx mtx_qin_lock;
164 struct mtx mtx_qout_lock;
165 struct mtx mtx_bank_lock;
166 struct mtx mtx_proc_lock;
192 typedef struct xdma_channel xdma_channel_t; argument