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.h941 struct ibv_send_wr { struct
943 struct ibv_send_wr *next; argument
944 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 …]