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