Searched defs:ib_send_wr (Results 1 – 11 of 11) sorted by relevance
97590 struct ib_send_wr { struct97591 struct ib_send_wr *next; argument97592 union {97596 struct ib_sge *sg_list;97597 int num_sge;97598 enum ib_wr_opcode opcode;97599 int send_flags;97600 union {97603 } ex;
104794 struct ib_send_wr { struct104795 struct ib_send_wr *next; argument104796 union {104800 struct ib_sge *sg_list;104801 int num_sge;104802 enum ib_wr_opcode opcode;104803 int send_flags;104804 union {104807 } ex;
30990 struct ib_send_wr { struct30991 struct ib_send_wr *next; argument30992 union {30996 struct ib_sge *sg_list;30997 int num_sge;30998 enum ib_wr_opcode opcode;30999 int send_flags;31000 union {31003 } ex;
75461 struct ib_send_wr { struct75462 struct ib_send_wr *next; argument75463 union {75467 struct ib_sge *sg_list;75468 int num_sge;75469 enum ib_wr_opcode opcode;75470 int send_flags;75471 union {75474 } ex;
74690 struct ib_send_wr { struct74691 struct ib_send_wr *next; argument74692 union {74696 struct ib_sge *sg_list;74697 int num_sge;74698 enum ib_wr_opcode opcode;74699 int send_flags;74700 union {74703 } ex;
125103 struct ib_send_wr { struct125104 struct ib_send_wr *next; argument125105 union {125109 struct ib_sge *sg_list;125110 int num_sge;125111 enum ib_wr_opcode opcode;125112 int send_flags;125113 union {125116 } ex;