Lines Matching full:of
18 * 1. Redistributions of source code must retain the above copyright
19 * notice, this list of conditions and the following disclaimer.
21 * notice, this list of conditions and the following disclaimer in the
23 * 3. Neither the name of IBM nor the names of its contributors
28 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
31 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
32 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
33 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
35 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
46 /* A 32-bit r/o bitmask of the features supported by the host */
49 /* A 32-bit r/w bitmask of features activated by the guest */
68 * current contents of the ISR and will also clear it. This is effectively
91 /* The alignment to use between consumer and producer parts of vring.
97 /* The bit of the ISR which indicates a device configuration change. */
126 __u8 id; /* Multiple capabilities of the same type */
129 __le32 length; /* Length of the structure, in bytes. */
134 __le32 offset_hi; /* Most sig 32 bits of offset */
135 __le32 length_hi; /* Most sig 32 bits of length */
157 __le16 queue_size; /* read-write, power of 2. */
189 /* Macro versions of offsets for the Old Timers! */
263 __u8 offset; /* Starting offset of the register(s) to write. */
269 __u8 offset; /* Starting offset of the register(s) to read. */
279 __u8 flags; /* 0 = end of list, 1 = owner device, 2 = member device */
280 __u8 bar; /* BAR of the member or the owner device */