Searched defs:dax_header (Results 1 – 1 of 1) sorted by relevance
119 struct dax_header { struct120 u32 ccb_version:4; /* 31:28 CCB Version */122 u32 pipe:1; /* Pipeline */123 u32 longccb:1; /* Longccb. Set for scan with lu2, lu3, lu4. */124 u32 cond:1; /* Conditional */125 u32 serial:1; /* Serial */126 u32 opcode:8; /* 23:16 Opcode */128 u32 reserved:3; /* 15:13 reserved */129 u32 table_addr_type:2; /* 12:11 Huffman Table Address Type */130 u32 out_addr_type:3; /* 10:8 Destination Address Type */[all …]