Home
last modified time | relevance | path

Searched refs:rvt_qp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/ofed/include/rdma/
H A Drdma_vt.h67 struct rvt_qp __rcu *qp[2];
212 void * (*qp_priv_alloc)(struct rvt_dev_info *rdi, struct rvt_qp *qp,
218 void (*qp_priv_free)(struct rvt_dev_info *rdi, struct rvt_qp *qp);
224 void (*notify_qp_reset)(struct rvt_qp *qp);
233 void (*schedule_send)(struct rvt_qp *qp);
234 void (*schedule_send_no_lock)(struct rvt_qp *qp);
240 void (*do_send)(struct rvt_qp *qp);
245 int (*get_pmtu_from_attr)(struct rvt_dev_info *rdi, struct rvt_qp *qp,
252 void (*flush_qp_waiters)(struct rvt_qp *qp);
258 void (*stop_send_queue)(struct rvt_qp *qp);
[all …]
H A Drdmavt_qp.h266 struct rvt_qp { struct
272 struct rvt_qp __rcu *next; /* link list for QPN hash table */ argument
420 struct rvt_qp __rcu **qp_table;
432 struct rvt_qp *qp;
448 static inline struct rvt_swqe *rvt_get_swqe_ptr(struct rvt_qp *qp, in rvt_get_swqe_ptr()
473 static inline void rvt_get_qp(struct rvt_qp *qp) in rvt_get_qp()
482 static inline void rvt_put_qp(struct rvt_qp *qp) in rvt_put_qp()
497 struct rvt_qp *qp, in rvt_qp_wqe_reserve()
520 struct rvt_qp *qp, in rvt_qp_wqe_unreserve()
534 int rvt_error_qp(struct rvt_qp *qp, enum ib_wc_status err);