Searched refs:bnxt_qplib_qp (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
D | qplib_fp.h | 254 struct bnxt_qplib_qp { struct 491 int bnxt_qplib_create_qp1(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 492 int bnxt_qplib_create_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 493 int bnxt_qplib_modify_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 494 int bnxt_qplib_query_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 495 int bnxt_qplib_destroy_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 496 void bnxt_qplib_clean_qp(struct bnxt_qplib_qp *qp); 498 struct bnxt_qplib_qp *qp); 499 void *bnxt_qplib_get_qp1_sq_buf(struct bnxt_qplib_qp *qp, 501 void *bnxt_qplib_get_qp1_rq_buf(struct bnxt_qplib_qp *qp, [all …]
|
D | qplib_fp.c | 57 static void bnxt_qplib_cancel_phantom_processing(struct bnxt_qplib_qp *qp) in bnxt_qplib_cancel_phantom_processing() 65 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() 716 int bnxt_qplib_create_qp1(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp) in bnxt_qplib_create_qp1() [all …]
|
D | ib_verbs.h | 86 struct bnxt_qplib_qp qplib_qp;
|
D | ib_verbs.c | 439 static int bnxt_re_bind_fence_mw(struct bnxt_qplib_qp *qplib_qp) in bnxt_re_bind_fence_mw() 880 struct bnxt_qplib_qp *qplib_qp = &qp->qplib_qp; in bnxt_re_init_user_qp() 931 struct bnxt_qplib_qp *qp1_qp) in bnxt_re_create_shadow_qp_ah() 978 struct bnxt_qplib_qp *qp1_qp) in bnxt_re_create_shadow_qp() 1825 struct bnxt_qplib_qp *qplib_qp; in bnxt_re_query_qp() 3139 struct bnxt_qplib_qp *lib_qp = &qp->qplib_qp; in send_phantom_wqe() 3166 struct bnxt_qplib_qp *lib_qp; in bnxt_re_poll_cq() 3209 ((struct bnxt_qplib_qp *) in bnxt_re_poll_cq()
|
D | qplib_rcfw.c | 289 struct bnxt_qplib_qp *qp; in bnxt_qplib_process_qp_event()
|
D | main.c | 786 struct bnxt_qplib_qp *lib_qp = obj; in bnxt_re_handle_affi_async_event()
|