Lines Matching defs:ddcb
52 struct ddcb { struct
53 union {
61 u8 pre; /* Preamble */
62 u8 xdir; /* Execution Directives */
63 __be16 seqnum_16; /* Sequence Number */
65 u8 acfunc; /* Accelerator Function.. */
66 u8 cmd; /* Command. */
67 __be16 cmdopts_16; /* Command Options */
68 u8 sur; /* Status Update Rate */
69 u8 psp; /* Protection Section Pointer */
70 __be16 rsvd_0e_16; /* Reserved invariant */
72 __be64 fwiv_64; /* Firmware Invariant. */
74 union {
81 u8 asv[ASV_LENGTH]; /* Appl Spec Variant */
83 __be16 rsvd_c0_16; /* Reserved Variant */
84 __be16 vcrc_16; /* Variant CRC */
85 __be32 rsvd_32; /* Reserved unprotected */
87 __be64 deque_ts_64; /* Deque Time Stamp. */
89 __be16 retc_16; /* Return Code */
90 __be16 attn_16; /* Attention/Extended Error Codes */
91 __be32 progress_32; /* Progress indicator. */
93 __be64 cmplt_ts_64; /* Completion Time Stamp. */
96 __be32 ibdc_32; /* Inbound Data Count (* 256) */
97 __be32 obdc_32; /* Outbound Data Count (* 256) */
99 __be64 rsvd_SLH_64; /* Reserved for hardware */
100 union { /* private data for driver */
104 __be64 disp_ts_64; /* Dispatch TimeStamp */