Searched defs:ibv_send_wr (Results 1 – 1 of 1) sorted by relevance
943 struct ibv_send_wr { struct945 struct ibv_send_wr *next; argument946 struct ibv_sge *sg_list;947 int num_sge;948 enum ibv_wr_opcode opcode;949 int send_flags;950 __be32 imm_data;951 union {967 } wr;968 union {[all …]