Searched refs:bnxt_qplib_res (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_fp.h | 518 struct bnxt_qplib_res *res; 559 int bnxt_qplib_create_srq(struct bnxt_qplib_res *res, 561 int bnxt_qplib_modify_srq(struct bnxt_qplib_res *res, 563 int bnxt_qplib_query_srq(struct bnxt_qplib_res *res, 565 int bnxt_qplib_destroy_srq(struct bnxt_qplib_res *res, 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); [all …]
|
H A D | qplib_sp.h | 346 int bnxt_qplib_get_sgid(struct bnxt_qplib_res *res, 357 int bnxt_qplib_set_func_resources(struct bnxt_qplib_res *res); 358 int bnxt_qplib_create_ah(struct bnxt_qplib_res *res, struct bnxt_qplib_ah *ah, 360 int bnxt_qplib_destroy_ah(struct bnxt_qplib_res *res, struct bnxt_qplib_ah *ah, 362 int bnxt_qplib_alloc_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw); 363 int bnxt_qplib_dereg_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw, 365 int bnxt_qplib_reg_mr(struct bnxt_qplib_res *res, 367 int bnxt_qplib_free_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mr); 368 int bnxt_qplib_alloc_fast_reg_mr(struct bnxt_qplib_res *res, 370 int bnxt_qplib_alloc_fast_reg_page_list(struct bnxt_qplib_res *res, [all …]
|
H A D | qplib_res.h | 243 struct bnxt_qplib_res *res; 279 struct bnxt_qplib_res *res; 417 struct bnxt_qplib_res { struct 469 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res, 474 int bnxt_qplib_alloc_pd(struct bnxt_qplib_res *res, 476 int bnxt_qplib_dealloc_pd(struct bnxt_qplib_res *res, 479 int bnxt_qplib_alloc_dpi(struct bnxt_qplib_res *res, 482 int bnxt_qplib_dealloc_dpi(struct bnxt_qplib_res *res, 484 int bnxt_qplib_stop_res(struct bnxt_qplib_res *res); 485 void bnxt_qplib_clear_tbls(struct bnxt_qplib_res *res); [all …]
|
H A D | qplib_res.c | 62 static void __free_pbl(struct bnxt_qplib_res *res, in __free_pbl() 150 static int __alloc_pbl(struct bnxt_qplib_res *res, struct bnxt_qplib_pbl *pbl, in __alloc_pbl() 196 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res, in bnxt_qplib_free_hwq() 229 struct bnxt_qplib_res *res; in bnxt_qplib_alloc_init_hwq() 408 void bnxt_qplib_free_hwctx(struct bnxt_qplib_res *res) in bnxt_qplib_free_hwctx() 426 static int bnxt_qplib_alloc_tqm_rings(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_tqm_rings() 507 static int bnxt_qplib_setup_tqm_rings(struct bnxt_qplib_res *res, in bnxt_qplib_setup_tqm_rings() 542 int bnxt_qplib_alloc_hwctx(struct bnxt_qplib_res *res) in bnxt_qplib_alloc_hwctx() 624 static void bnxt_qplib_free_sgid_tbl(struct bnxt_qplib_res *res) in bnxt_qplib_free_sgid_tbl() 646 static void bnxt_qplib_free_reftbls(struct bnxt_qplib_res *res) in bnxt_qplib_free_reftbls() [all …]
|
H A D | qplib_sp.c | 208 int bnxt_qplib_set_func_resources(struct bnxt_qplib_res *res) in bnxt_qplib_set_func_resources() 249 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_update_sgid() 250 struct bnxt_qplib_res, in bnxt_qplib_update_sgid() 288 int bnxt_qplib_get_sgid(struct bnxt_qplib_res *res, in bnxt_qplib_get_sgid() 306 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_del_sgid() 307 struct bnxt_qplib_res, in bnxt_qplib_del_sgid() 369 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_add_sgid() 370 struct bnxt_qplib_res, in bnxt_qplib_add_sgid() 459 int bnxt_qplib_create_ah(struct bnxt_qplib_res *res, struct bnxt_qplib_ah *ah, in bnxt_qplib_create_ah() 508 int bnxt_qplib_destroy_ah(struct bnxt_qplib_res *res, struct bnxt_qplib_ah *ah, in bnxt_qplib_destroy_ah() [all …]
|
H A D | qplib_rcfw.h | 274 struct bnxt_qplib_res *res; 330 void bnxt_qplib_free_rcfw_channel(struct bnxt_qplib_res *res); 331 int bnxt_qplib_alloc_rcfw_channel(struct bnxt_qplib_res *res);
|
H A D | qplib_fp.c | 197 void bnxt_qplib_free_hdr_buf(struct bnxt_qplib_res *res, in bnxt_qplib_free_hdr_buf() 211 int bnxt_qplib_alloc_hdr_buf(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_hdr_buf() 338 struct bnxt_qplib_res *res; in bnxt_qplib_service_nq() 455 struct bnxt_qplib_res *res; in bnxt_qplib_nq_stop_irq() 491 struct bnxt_qplib_res *res; in bnxt_qplib_nq_start_irq() 519 struct bnxt_qplib_res *res; in bnxt_qplib_map_nq_db() 585 int bnxt_qplib_alloc_nq_mem(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_nq_mem() 627 int bnxt_qplib_destroy_srq(struct bnxt_qplib_res *res, in bnxt_qplib_destroy_srq() 641 int bnxt_qplib_create_srq(struct bnxt_qplib_res *res, in bnxt_qplib_create_srq() 718 int bnxt_qplib_modify_srq(struct bnxt_qplib_res *res, in bnxt_qplib_modify_srq() [all …]
|
H A D | qplib_rcfw.c | 819 struct bnxt_qplib_res *res; in bnxt_qplib_service_creq() 934 struct bnxt_qplib_res *res; in bnxt_qplib_init_rcfw() 1009 void bnxt_qplib_free_rcfw_channel(struct bnxt_qplib_res *res) in bnxt_qplib_free_rcfw_channel() 1035 int bnxt_qplib_alloc_rcfw_channel(struct bnxt_qplib_res *res) in bnxt_qplib_alloc_rcfw_channel() 1111 struct bnxt_qplib_res *res; in bnxt_qplib_rcfw_stop_irq() 1167 struct bnxt_qplib_res *res; in bnxt_qplib_rcfw_start_irq() 1247 struct bnxt_qplib_res *res; in bnxt_qplib_map_creq_db()
|
H A D | bnxt_re.h | 522 struct bnxt_qplib_res qplib_res;
|
H A D | main.c | 932 void bnxt_re_schedule_dbq_event(struct bnxt_qplib_res *res) in bnxt_re_schedule_dbq_event() 1398 struct bnxt_qplib_res *res; in bnxt_re_set_db_offset() 1471 struct bnxt_qplib_res *res; in bnxt_re_destroy_chip_ctx() 3021 struct bnxt_qplib_res *res; in bnxt_re_put_stats_ctx() 3041 struct bnxt_qplib_res *res; in bnxt_re_get_stats_ctx()
|
H A D | ib_verbs.c | 1733 struct bnxt_qplib_res *qp1_res, in bnxt_re_create_shadow_qp_ah() 1833 struct bnxt_qplib_res *qp1_res, in bnxt_re_create_shadow_qp() 2236 struct bnxt_qplib_res *res; in bnxt_re_create_gsi_qp()
|