Lines Matching defs:genwqe_ddcb_cmd
404 struct genwqe_ddcb_cmd { struct
406 __u64 next_addr; /* chaining genwqe_ddcb_cmd */ argument
407 __u64 flags; /* reserved */
409 __u8 acfunc; /* accelerators functional unit */
410 __u8 cmd; /* command to execute */
411 __u8 asiv_length; /* used parameter length */
412 __u8 asv_length; /* length of valid return values */
413 __u16 cmdopts; /* command options */
414 __u16 retc; /* return code from processing */
416 __u16 attn; /* attention code from processing */
417 __u16 vcrc; /* variant crc16 */
418 __u32 progress; /* progress code from processing */
420 __u64 deque_ts; /* dequeue time stamp */
421 __u64 cmplt_ts; /* completion time stamp */
422 __u64 disp_ts; /* SW processing start */
425 __u64 ddata_addr; /* collect debug data */
428 __u8 asv[DDCB_ASV_LENGTH];
431 union {