Searched defs:qib_qp (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/hw/qib/
H A Dqib_verbs.h212 struct qib_qp *qp;
420 struct qib_qp { struct
425 struct qib_qp __rcu *next; /* link list for QPN hash table */
607 * struct qib_qp.s_wq. This function does the array index computation.
609 static inline struct qib_swqe *get_swqe_ptr(struct qib_qp *qp,
675 struct qib_qp __rcu *qp0;
676 struct qib_qp __rcu *qp1;
760 struct qib_qp __rcu **qp_table;
831 static inline struct qib_qp *to_iqp(struct ib_qp *ibqp)
833 return container_of(ibqp, struct qib_qp, ibq
[all...]

Completed in 43 milliseconds