Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Dcma_trace.h156 #define ib_qp_type(x) TRACE_DEFINE_ENUM(IB_QPT_##x); macro
164 #define ib_qp_type(x) { IB_QPT_##x, #x }, macro
/linux/include/rdma/
H A Dib_verbs.h1126 enum ib_qp_type { global() enum