Home
last modified time | relevance | path

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

/freebsd/sys/dev/xdma/
H A Dxdma_sg.c202 xchan->flags |= XCHAN_BUFS_ALLOCATED; in xchan_bufs_alloc()
214 if ((xchan->flags & XCHAN_BUFS_ALLOCATED) == 0) in xchan_bufs_free()
227 xchan->flags &= ~XCHAN_BUFS_ALLOCATED; in xchan_bufs_free()
649 (xchan->flags & XCHAN_BUFS_ALLOCATED) == 0) { in xdma_queue_submit_sg()
H A Dxdma.h141 #define XCHAN_BUFS_ALLOCATED (1 << 0) macro