Searched refs:bnxt_qplib_qp (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_fp.h | 327 struct bnxt_qplib_qp { struct 543 bnxt_qplib_get_qp_buf_from_index(struct bnxt_qplib_qp *qp, u32 index) in bnxt_qplib_get_qp_buf_from_index() 569 int bnxt_qplib_create_qp1(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 570 int bnxt_qplib_create_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 571 int bnxt_qplib_modify_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 572 int bnxt_qplib_query_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 573 int bnxt_qplib_destroy_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 574 void bnxt_qplib_clean_qp(struct bnxt_qplib_qp *qp); 575 void bnxt_qplib_free_qp_res(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 576 void *bnxt_qplib_get_qp1_sq_buf(struct bnxt_qplib_qp *qp, [all …]
|
H A D | qplib_fp.c | 51 static void bnxt_re_legacy_cancel_phantom_processing(struct bnxt_qplib_qp *qp) in bnxt_re_legacy_cancel_phantom_processing() 58 static void __bnxt_qplib_add_flush_qp(struct bnxt_qplib_qp *qp) in __bnxt_qplib_add_flush_qp() 84 static void bnxt_qplib_acquire_cq_flush_locks(struct bnxt_qplib_qp *qp) in bnxt_qplib_acquire_cq_flush_locks() 95 static void bnxt_qplib_release_cq_flush_locks(struct bnxt_qplib_qp *qp) in bnxt_qplib_release_cq_flush_locks() 105 void bnxt_qplib_add_flush_qp(struct bnxt_qplib_qp *qp) in bnxt_qplib_add_flush_qp() 113 static void __bnxt_qplib_del_flush_qp(struct bnxt_qplib_qp *qp) in __bnxt_qplib_del_flush_qp() 127 void bnxt_qplib_clean_qp(struct bnxt_qplib_qp *qp) in bnxt_qplib_clean_qp() 198 struct bnxt_qplib_qp *qp) in bnxt_qplib_free_hdr_buf() 212 struct bnxt_qplib_qp *qp, u32 sstep, u32 rstep) in bnxt_qplib_alloc_hdr_buf() 822 struct bnxt_qplib_qp *qp) in __qplib_destroy_qp() [all …]
|
H A D | ib_verbs.c | 562 static int bnxt_re_legacy_bind_fence_mw(struct bnxt_qplib_qp *qplib_qp) in bnxt_re_legacy_bind_fence_mw() 1120 static u16 bnxt_re_get_rwqe_size(struct bnxt_qplib_qp *qplqp, in bnxt_re_get_rwqe_size() 1603 struct bnxt_qplib_qp *qplqp; in bnxt_re_setup_swqe_size() 1643 struct bnxt_qplib_qp *qplib_qp; in bnxt_re_init_user_qp() 1734 struct bnxt_qplib_qp *qp1_qp) in bnxt_re_create_shadow_qp_ah() 1834 struct bnxt_qplib_qp *qp1_qp) in bnxt_re_create_shadow_qp() 1910 struct bnxt_qplib_qp *qplqp; in bnxt_re_init_rq_attr() 1954 struct bnxt_qplib_qp *qplqp; in bnxt_re_adjust_gsi_rq_attr() 1970 struct bnxt_qplib_qp *qplqp; in bnxt_re_init_sq_attr() 2028 struct bnxt_qplib_qp *qplqp; in bnxt_re_adjust_gsi_sq_attr() [all …]
|
H A D | ib_verbs.h | 180 struct bnxt_qplib_qp qplib_qp;
|
H A D | qplib_rcfw.c | 685 struct bnxt_qplib_qp *qp; in bnxt_qplib_process_qp_event()
|
H A D | main.c | 2376 struct bnxt_qplib_qp *qplqp; in bnxt_re_handle_affi_async_event() 2558 struct bnxt_qplib_qp *qpl_qp; in bnxt_re_stop_all_nonqp1_nonshadow_qps()
|