Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/ofed/include/rdma/
Dib_verbs.h701 struct ib_qp_init_attr { struct
702 void (*event_handler)(struct ib_event *, void *);
703 void *qp_context;
704 struct ib_cq *send_cq;
705 struct ib_cq *recv_cq;
706 struct ib_srq *srq;
707 struct ib_xrcd *xrcd; /* XRC TGT QPs only */
708 struct ib_qp_cap cap;
709 union {
712 } pp;
[all …]