Searched defs:mthca_qp (Results 1 – 2 of 2) sorted by relevance
253 struct mthca_qp { struct254 struct ib_qp ibqp;255 int refcount;256 u32 qpn;257 int is_direct;258 u8 port; /* for SQP and memfree use only */259 u8 alt_port; /* for memfree use only */260 u8 transport;261 u8 state;262 u8 atomic_rd_en;[all …]
261 struct mthca_qp { struct262 struct ib_qp ibqp;263 int refcount;264 u32 qpn;265 int is_direct;289 struct mthca_qp qp; argument