Searched defs:ib_send_wr (Results 1 – 5 of 5) sorted by relevance
89603 struct ib_send_wr { struct89604 struct ib_send_wr *next; argument89605 union {89609 struct ib_sge *sg_list;89610 int num_sge;89611 enum ib_wr_opcode opcode;89612 int send_flags;89613 union {89616 } ex;
80638 struct ib_send_wr { struct80639 struct ib_send_wr *next; argument80640 union {80644 struct ib_sge *sg_list;80645 int num_sge;80646 enum ib_wr_opcode opcode;80647 int send_flags;80648 union {80651 } ex;
56330 struct ib_send_wr { struct56331 struct ib_send_wr *next; argument56332 union {56336 struct ib_sge *sg_list;56337 int num_sge;56338 enum ib_wr_opcode opcode;56339 int send_flags;56340 union {56343 } ex;