Home
last modified time | relevance | path

Searched defs:ibv_send_wr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h943 struct ibv_send_wr { struct
945 struct ibv_send_wr *next; argument
946 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 …]