Searched defs:ib_send_wr (Results 1 – 1 of 1) sorted by relevance
1028 struct ib_send_wr { struct1029 struct ib_send_wr *next; argument1030 u64 wr_id;1031 struct ib_sge *sg_list;1032 int num_sge;1033 enum ib_wr_opcode opcode;1034 int send_flags;1035 union {1038 } ex;1039 union {[all …]