Searched defs:ibv_send_wr (Results 1 – 1 of 1) sorted by relevance
941 struct ibv_send_wr { struct943 struct ibv_send_wr *next; argument944 struct ibv_sge *sg_list;945 int num_sge;946 enum ibv_wr_opcode opcode;947 int send_flags;948 __be32 imm_data;949 union {965 } wr;966 union {[all …]