Symbol: rvt_qp
sys/ofed/include/rdma/rdma_vt.h
212
void * (*qp_priv_alloc)(struct rvt_dev_info *rdi, struct rvt_qp *qp,
sys/ofed/include/rdma/rdma_vt.h
218
void (*qp_priv_free)(struct rvt_dev_info *rdi, struct rvt_qp *qp);
sys/ofed/include/rdma/rdma_vt.h
224
void (*notify_qp_reset)(struct rvt_qp *qp);
sys/ofed/include/rdma/rdma_vt.h
233
void (*schedule_send)(struct rvt_qp *qp);
sys/ofed/include/rdma/rdma_vt.h
234
void (*schedule_send_no_lock)(struct rvt_qp *qp);
sys/ofed/include/rdma/rdma_vt.h
240
void (*do_send)(struct rvt_qp *qp);
sys/ofed/include/rdma/rdma_vt.h
245
int (*get_pmtu_from_attr)(struct rvt_dev_info *rdi, struct rvt_qp *qp,
sys/ofed/include/rdma/rdma_vt.h
252
void (*flush_qp_waiters)(struct rvt_qp *qp);
sys/ofed/include/rdma/rdma_vt.h
258
void (*stop_send_queue)(struct rvt_qp *qp);
sys/ofed/include/rdma/rdma_vt.h
263
void (*quiesce_qp)(struct rvt_qp *qp);
sys/ofed/include/rdma/rdma_vt.h
268
void (*notify_error_qp)(struct rvt_qp *qp);
sys/ofed/include/rdma/rdma_vt.h
273
u32 (*mtu_from_qp)(struct rvt_dev_info *rdi, struct rvt_qp *qp,
sys/ofed/include/rdma/rdma_vt.h
321
int (*check_modify_qp)(struct rvt_qp *qp, struct ib_qp_attr *attr,
sys/ofed/include/rdma/rdma_vt.h
325
void (*modify_qp)(struct rvt_qp *qp, struct ib_qp_attr *attr,
sys/ofed/include/rdma/rdma_vt.h
329
int (*check_send_wqe)(struct rvt_qp *qp, struct rvt_swqe *wqe);
sys/ofed/include/rdma/rdma_vt.h
422
static inline struct rvt_qp *ibqp_to_rvtqp(struct ib_qp *ibqp)
sys/ofed/include/rdma/rdma_vt.h
424
return container_of(ibqp, struct rvt_qp, ibqp);
sys/ofed/include/rdma/rdma_vt.h
466
static inline struct rvt_qp *rvt_lookup_qpn(struct rvt_dev_info *rdi,
sys/ofed/include/rdma/rdma_vt.h
470
struct rvt_qp *qp = NULL;
sys/ofed/include/rdma/rdma_vt.h
492
int rvt_fast_reg_mr(struct rvt_qp *qp, struct ib_mr *ibmr, u32 key,
sys/ofed/include/rdma/rdma_vt.h
494
int rvt_invalidate_rkey(struct rvt_qp *qp, u32 rkey);
sys/ofed/include/rdma/rdma_vt.h
495
int rvt_rkey_ok(struct rvt_qp *qp, struct rvt_sge *sge,
sys/ofed/include/rdma/rdma_vt.h
67
struct rvt_qp __rcu *qp[2];
sys/ofed/include/rdma/rdmavt_qp.h
272
struct rvt_qp __rcu *next; /* link list for QPN hash table */
sys/ofed/include/rdma/rdmavt_qp.h
420
struct rvt_qp __rcu **qp_table;
sys/ofed/include/rdma/rdmavt_qp.h
432
struct rvt_qp *qp;
sys/ofed/include/rdma/rdmavt_qp.h
448
static inline struct rvt_swqe *rvt_get_swqe_ptr(struct rvt_qp *qp,
sys/ofed/include/rdma/rdmavt_qp.h
473
static inline void rvt_get_qp(struct rvt_qp *qp)
sys/ofed/include/rdma/rdmavt_qp.h
482
static inline void rvt_put_qp(struct rvt_qp *qp)
sys/ofed/include/rdma/rdmavt_qp.h
497
struct rvt_qp *qp,
sys/ofed/include/rdma/rdmavt_qp.h
520
struct rvt_qp *qp,
sys/ofed/include/rdma/rdmavt_qp.h
534
int rvt_error_qp(struct rvt_qp *qp, enum ib_wc_status err);