Home
last modified time | relevance | path

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

/linux-3.3/include/rdma/
Dib_verbs.h771 struct ib_send_wr { struct
772 struct ib_send_wr *next; argument
773 u64 wr_id;
774 struct ib_sge *sg_list;
775 int num_sge;
776 enum ib_wr_opcode opcode;
777 int send_flags;
778 union {
781 } ex;
782 union {
[all …]