Home
last modified time | relevance | path

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

/freebsd/sys/dev/xdma/
H A Dxdma_sglist.c48 if (xchan->flags & XCHAN_SGLIST_ALLOCATED) in xchan_sglist_alloc()
53 xchan->flags |= XCHAN_SGLIST_ALLOCATED; in xchan_sglist_alloc()
62 if (xchan->flags & XCHAN_SGLIST_ALLOCATED) in xchan_sglist_free()
65 xchan->flags &= ~XCHAN_SGLIST_ALLOCATED; in xchan_sglist_free()
H A Dxdma.h142 #define XCHAN_SGLIST_ALLOCATED (1 << 1) macro