Searched defs:ib_send_wr (Results 1 – 1 of 1) sorted by relevance
771 struct ib_send_wr { struct772 struct ib_send_wr *next; argument773 u64 wr_id;774 struct ib_sge *sg_list;775 int num_sge;776 enum ib_wr_opcode opcode;777 int send_flags;778 union {781 } ex;782 union {[all …]