Home
last modified time | relevance | path

Searched refs:bnxt_qplib_qp (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.h267 struct bnxt_qplib_qp { struct
511 int bnxt_qplib_create_qp1(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp);
512 int bnxt_qplib_create_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp);
513 int bnxt_qplib_modify_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp);
514 int bnxt_qplib_query_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp);
515 int bnxt_qplib_destroy_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp);
516 void bnxt_qplib_clean_qp(struct bnxt_qplib_qp *qp);
518 struct bnxt_qplib_qp *qp);
519 void *bnxt_qplib_get_qp1_sq_buf(struct bnxt_qplib_qp *qp,
521 void *bnxt_qplib_get_qp1_rq_buf(struct bnxt_qplib_qp *qp,
[all …]
Dqplib_fp.c59 static void bnxt_qplib_cancel_phantom_processing(struct bnxt_qplib_qp *qp) in bnxt_qplib_cancel_phantom_processing()
67 static void __bnxt_qplib_add_flush_qp(struct bnxt_qplib_qp *qp) in __bnxt_qplib_add_flush_qp()
91 static void bnxt_qplib_acquire_cq_flush_locks(struct bnxt_qplib_qp *qp, in bnxt_qplib_acquire_cq_flush_locks()
102 static void bnxt_qplib_release_cq_flush_locks(struct bnxt_qplib_qp *qp, in bnxt_qplib_release_cq_flush_locks()
113 void bnxt_qplib_add_flush_qp(struct bnxt_qplib_qp *qp) in bnxt_qplib_add_flush_qp()
122 static void __bnxt_qplib_del_flush_qp(struct bnxt_qplib_qp *qp) in __bnxt_qplib_del_flush_qp()
136 void bnxt_qplib_clean_qp(struct bnxt_qplib_qp *qp) in bnxt_qplib_clean_qp()
174 struct bnxt_qplib_qp *qp) in bnxt_qplib_free_qp_hdr_buf()
196 struct bnxt_qplib_qp *qp) in bnxt_qplib_alloc_qp_hdr_buf()
808 int bnxt_qplib_create_qp1(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp) in bnxt_qplib_create_qp1()
[all …]
Dib_verbs.c408 static int bnxt_re_bind_fence_mw(struct bnxt_qplib_qp *qplib_qp) in bnxt_re_bind_fence_mw()
847 static u16 bnxt_re_setup_rwqe_size(struct bnxt_qplib_qp *qplqp, in bnxt_re_setup_rwqe_size()
872 struct bnxt_qplib_qp *qplqp; in bnxt_re_setup_swqe_size()
910 struct bnxt_qplib_qp *qplib_qp; in bnxt_re_init_user_qp()
974 struct bnxt_qplib_qp *qp1_qp) in bnxt_re_create_shadow_qp_ah()
1021 struct bnxt_qplib_qp *qp1_qp) in bnxt_re_create_shadow_qp()
1089 struct bnxt_qplib_qp *qplqp; in bnxt_re_init_rq_attr()
1132 struct bnxt_qplib_qp *qplqp; in bnxt_re_adjust_gsi_rq_attr()
1152 struct bnxt_qplib_qp *qplqp; in bnxt_re_init_sq_attr()
1197 struct bnxt_qplib_qp *qplqp; in bnxt_re_adjust_gsi_sq_attr()
[all …]
Dib_verbs.h86 struct bnxt_qplib_qp qplib_qp;
Dqplib_rcfw.c303 struct bnxt_qplib_qp *qp; in bnxt_qplib_process_qp_event()
Dmain.c856 struct bnxt_qplib_qp *lib_qp = obj; in bnxt_re_handle_affi_async_event()