Lines Matching full:of
13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
18 * 3. Neither the name of IBM nor the names of its contributors
23 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
44 /* This means the buffer contains a list of buffer descriptors. */
49 * Notice: they are defined as shifts instead of shifted values.
56 * will still kick if it's out of buffers. */
76 * of packed ring.
84 * at the end of the avail ring. Host should ignore the avail->flags field. */
86 * at the end of the used ring. Guest should ignore the used->flags field. */
103 * @next: index of the next descriptor in the chain,
122 /* Index of start of used descriptor chain. */
124 /* Total length of the descriptor chain which was used (written to) */
147 * be specified as well. When used as part of a typedef, the aligned attribute
170 /* The standard layout for the ring is a continuous chunk of memory which looks
171 * like this. We assume num is a power of 2.
178 * // A ring of available descriptor heads with free-running index.
187 * // A ring of used descriptor heads with free-running index.
194 /* We publish the used event index at the end of the available ring, and vice