Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/
H A Dqplib_sp.h224 int bnxt_qplib_get_sgid(struct bnxt_qplib_res *res,
234 int bnxt_qplib_get_pkey(struct bnxt_qplib_res *res,
237 int bnxt_qplib_del_pkey(struct bnxt_qplib_res *res,
240 int bnxt_qplib_add_pkey(struct bnxt_qplib_res *res,
245 int bnxt_qplib_set_func_resources(struct bnxt_qplib_res *res,
248 int bnxt_qplib_create_ah(struct bnxt_qplib_res *res, struct bnxt_qplib_ah *ah,
250 void bnxt_qplib_destroy_ah(struct bnxt_qplib_res *res, struct bnxt_qplib_ah *ah,
252 int bnxt_qplib_alloc_mrw(struct bnxt_qplib_res *res,
254 int bnxt_qplib_dereg_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw,
256 int bnxt_qplib_reg_mr(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mr,
[all …]
H A Dqplib_res.h138 struct bnxt_qplib_res *res;
259 struct bnxt_qplib_res { struct
279 static inline u8 bnxt_qplib_get_hwq_type(struct bnxt_qplib_res *res) in bnxt_qplib_get_hwq_type() argument
350 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res,
357 int bnxt_qplib_dealloc_pd(struct bnxt_qplib_res *res,
363 int bnxt_qplib_dealloc_dpi(struct bnxt_qplib_res *res,
366 void bnxt_qplib_cleanup_res(struct bnxt_qplib_res *res);
367 int bnxt_qplib_init_res(struct bnxt_qplib_res *res);
368 void bnxt_qplib_free_res(struct bnxt_qplib_res *res);
369 int bnxt_qplib_alloc_res(struct bnxt_qplib_res *res, struct pci_dev *pdev,
[all …]
H A Dqplib_fp.h471 struct bnxt_qplib_res *res;
501 int bnxt_qplib_create_srq(struct bnxt_qplib_res *res,
503 int bnxt_qplib_modify_srq(struct bnxt_qplib_res *res,
505 int bnxt_qplib_query_srq(struct bnxt_qplib_res *res,
507 void bnxt_qplib_destroy_srq(struct bnxt_qplib_res *res,
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);
[all …]
H A Dqplib_res.c63 static void __free_pbl(struct bnxt_qplib_res *res, struct bnxt_qplib_pbl *pbl, in __free_pbl()
105 static int __alloc_pbl(struct bnxt_qplib_res *res, in __alloc_pbl()
156 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res, in bnxt_qplib_free_hwq()
190 struct bnxt_qplib_res *res; in bnxt_qplib_alloc_init_hwq()
371 void bnxt_qplib_free_ctx(struct bnxt_qplib_res *res, in bnxt_qplib_free_ctx()
389 static int bnxt_qplib_alloc_tqm_rings(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_tqm_rings()
470 static int bnxt_qplib_setup_tqm_rings(struct bnxt_qplib_res *res, in bnxt_qplib_setup_tqm_rings()
505 int bnxt_qplib_alloc_ctx(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_ctx()
591 static void bnxt_qplib_free_sgid_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_free_sgid_tbl()
606 static int bnxt_qplib_alloc_sgid_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_sgid_tbl()
[all …]
H A Dqplib_sp.c171 int bnxt_qplib_set_func_resources(struct bnxt_qplib_res *res, in bnxt_qplib_set_func_resources()
203 int bnxt_qplib_get_sgid(struct bnxt_qplib_res *res, in bnxt_qplib_get_sgid()
220 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_del_sgid()
221 struct bnxt_qplib_res, in bnxt_qplib_del_sgid()
281 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_add_sgid()
282 struct bnxt_qplib_res, in bnxt_qplib_add_sgid()
372 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_update_sgid()
373 struct bnxt_qplib_res, in bnxt_qplib_update_sgid()
406 int bnxt_qplib_get_pkey(struct bnxt_qplib_res *res, in bnxt_qplib_get_pkey()
424 int bnxt_qplib_del_pkey(struct bnxt_qplib_res *res, in bnxt_qplib_del_pkey()
[all …]
H A Dqplib_rcfw.h180 struct bnxt_qplib_res *res;
192 int bnxt_qplib_alloc_rcfw_channel(struct bnxt_qplib_res *res,
H A Dqplib_fp.c173 static void bnxt_qplib_free_qp_hdr_buf(struct bnxt_qplib_res *res, in bnxt_qplib_free_qp_hdr_buf()
195 static int bnxt_qplib_alloc_qp_hdr_buf(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_qp_hdr_buf()
552 int bnxt_qplib_alloc_nq(struct bnxt_qplib_res *res, struct bnxt_qplib_nq *nq) in bnxt_qplib_alloc_nq()
579 void bnxt_qplib_destroy_srq(struct bnxt_qplib_res *res, in bnxt_qplib_destroy_srq()
601 int bnxt_qplib_create_srq(struct bnxt_qplib_res *res, in bnxt_qplib_create_srq()
676 int bnxt_qplib_modify_srq(struct bnxt_qplib_res *res, in bnxt_qplib_modify_srq()
698 int bnxt_qplib_query_srq(struct bnxt_qplib_res *res, in bnxt_qplib_query_srq()
809 int bnxt_qplib_create_qp1(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp) in bnxt_qplib_create_qp1()
949 int bnxt_qplib_create_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp) in bnxt_qplib_create_qp()
1227 int bnxt_qplib_modify_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp) in bnxt_qplib_modify_qp()
[all …]
H A Dbnxt_re.h168 struct bnxt_qplib_res qplib_res;
H A Dqplib_rcfw.c562 int bnxt_qplib_alloc_rcfw_channel(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_rcfw_channel()
H A Dib_verbs.c973 struct bnxt_qplib_res *qp1_res, in bnxt_re_create_shadow_qp_ah()
1020 struct bnxt_qplib_res *qp1_res, in bnxt_re_create_shadow_qp()