Searched refs:GTF_transfer_committed (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/interface/
H A Dgrant_table.h67 * 2. Observe that !(flags & GTF_transfer_committed). [*]
71 * [*] If GTF_transfer_committed is set then the grant entry is 'committed'.
132 * GTF_transfer_committed: Xen sets this flag to indicate that it is committed
137 * after reading GTF_transfer_committed. Xen will always write the frame
141 #define GTF_transfer_committed (1U<<_GTF_transfer_committed) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Dgrant-table.c260 while (!((flags = shared[ref].flags) & GTF_transfer_committed)) {

Completed in 87 milliseconds