Searched defs:ib_send_wr (Results 1 – 2 of 2) sorted by relevance
142055 struct ib_send_wr { struct142056 struct ib_send_wr *next; argument142057 union {142061 struct ib_sge *sg_list;142062 int num_sge;142063 enum ib_wr_opcode opcode;142064 int send_flags;142065 union {142068 } ex;
149705 struct ib_send_wr { struct149706 struct ib_send_wr *next; argument149707 union {149711 struct ib_sge *sg_list;149712 int num_sge;149713 enum ib_wr_opcode opcode;149714 int send_flags;149715 union {149718 } ex;