Searched defs:dax_header (Results 1 – 1 of 1) sorted by relevance
131 struct dax_header { struct132 u32 ccb_version:4; /* 31:28 CCB Version */134 u32 pipe:1; /* Pipeline */135 u32 longccb:1; /* Longccb. Set for scan with lu2, lu3, lu4. */136 u32 cond:1; /* Conditional */137 u32 serial:1; /* Serial */138 u32 opcode:8; /* 23:16 Opcode */140 u32 reserved:3; /* 15:13 reserved */141 u32 table_addr_type:2; /* 12:11 Huffman Table Address Type */142 u32 out_addr_type:3; /* 10:8 Destination Address Type */[all …]