Home
last modified time | relevance | path

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

/linux-4.1.27/include/rdma/
Dib_verbs.h1028 struct ib_send_wr { struct
1029 struct ib_send_wr *next; argument
1030 u64 wr_id;
1031 struct ib_sge *sg_list;
1032 int num_sge;
1033 enum ib_wr_opcode opcode;
1034 int send_flags;
1035 union {
1038 } ex;
1039 union {
[all …]