Home
last modified time | relevance | path

Searched defs:uof_uword_fixup (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/pci/qat/
H A Dqatreg.h1102 struct uof_uword_fixup { struct
1103 u_int uuf_name; /* offset to string table */
1104 u_int uuf_uword_address; /* micro word address */
1105 u_int uuf_expr_value; /* string table offset of expr string, or value */
1106 u_char uuf_val_type; /* VALUE_UNDEF, VALUE_NUM, VALUE_EXPR */
1107 u_char uuf_value_attrs; /* bit<0> (Scope: 0=global, 1=local),
1109 u_short uuf_reserved1; /* reserved for future use */
1110 char uuf_field_attrs[UOF_FIELD_POS_SIZE];