Searched defs:pvrdma_sq_wqe_hdr (Results 1 – 1 of 1) sorted by relevance
224 struct pvrdma_sq_wqe_hdr { struct225 __aligned_u64 wr_id; /* wr id */226 __u32 num_sge; /* size of s/g array */227 __u32 total_len; /* reserved */228 __u32 opcode; /* operation type */229 __u32 send_flags; /* wr flags */230 union {233 } ex;234 __u32 reserved;235 union {[all …]