Home
last modified time | relevance | path

Searched refs:bnxt_qplib_res (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.h518 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 Dqplib_sp.h346 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 Dqplib_res.h243 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 Dqplib_res.c62 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 Dqplib_sp.c208 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 Dqplib_rcfw.h274 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 Dqplib_fp.c197 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 Dqplib_rcfw.c819 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 Dbnxt_re.h522 struct bnxt_qplib_res qplib_res;
H A Dmain.c932 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 Dib_verbs.c1733 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()