Searched defs:ib_send_wr (Results 1 – 1 of 1) sorted by relevance
63751 struct ib_send_wr { struct63752 struct ib_send_wr *next; argument63753 union {63757 struct ib_sge *sg_list;63758 int num_sge;63759 enum ib_wr_opcode opcode;63760 int send_flags;63761 union {63764 } ex;