Searched defs:pvrdma_sq_wqe_hdr (Results 1 – 1 of 1) sorted by relevance
230 struct pvrdma_sq_wqe_hdr { struct231 __aligned_u64 wr_id; /* wr id */232 __u32 num_sge; /* size of s/g array */233 __u32 total_len; /* reserved */234 __u32 opcode; /* operation type */235 __u32 send_flags; /* wr flags */236 union {239 } ex;240 __u32 reserved;241 union {[all …]