Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/xdma/
Dxdma_sg.c201 xchan->flags |= XCHAN_BUFS_ALLOCATED; in xchan_bufs_alloc()
213 if ((xchan->flags & XCHAN_BUFS_ALLOCATED) == 0) in xchan_bufs_free()
226 xchan->flags &= ~XCHAN_BUFS_ALLOCATED; in xchan_bufs_free()
626 (xchan->flags & XCHAN_BUFS_ALLOCATED) == 0) { in xdma_queue_submit_sg()
Dxdma.h129 #define XCHAN_BUFS_ALLOCATED (1 << 0) macro