Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/bnxt_re/
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 …]
Dqplib_res.h137 struct bnxt_qplib_res *res;
258 struct bnxt_qplib_res { struct
278 static inline u8 bnxt_qplib_get_hwq_type(struct bnxt_qplib_res *res) in bnxt_qplib_get_hwq_type() argument
349 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res,
356 int bnxt_qplib_dealloc_pd(struct bnxt_qplib_res *res,
362 int bnxt_qplib_dealloc_dpi(struct bnxt_qplib_res *res,
365 void bnxt_qplib_cleanup_res(struct bnxt_qplib_res *res);
366 int bnxt_qplib_init_res(struct bnxt_qplib_res *res);
367 void bnxt_qplib_free_res(struct bnxt_qplib_res *res);
368 int bnxt_qplib_alloc_res(struct bnxt_qplib_res *res, struct pci_dev *pdev,
[all …]
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 …]
Dqplib_res.c62 static void __free_pbl(struct bnxt_qplib_res *res, struct bnxt_qplib_pbl *pbl, in __free_pbl()
104 static int __alloc_pbl(struct bnxt_qplib_res *res, in __alloc_pbl()
155 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res, in bnxt_qplib_free_hwq()
189 struct bnxt_qplib_res *res; in bnxt_qplib_alloc_init_hwq()
370 void bnxt_qplib_free_ctx(struct bnxt_qplib_res *res, in bnxt_qplib_free_ctx()
388 static int bnxt_qplib_alloc_tqm_rings(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_tqm_rings()
469 static int bnxt_qplib_setup_tqm_rings(struct bnxt_qplib_res *res, in bnxt_qplib_setup_tqm_rings()
504 int bnxt_qplib_alloc_ctx(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_ctx()
590 static void bnxt_qplib_free_sgid_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_free_sgid_tbl()
605 static int bnxt_qplib_alloc_sgid_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_sgid_tbl()
[all …]
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 …]
Dqplib_rcfw.h181 struct bnxt_qplib_res *res;
193 int bnxt_qplib_alloc_rcfw_channel(struct bnxt_qplib_res *res,
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()
808 int bnxt_qplib_create_qp1(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp) in bnxt_qplib_create_qp1()
948 int bnxt_qplib_create_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp) in bnxt_qplib_create_qp()
1226 int bnxt_qplib_modify_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp) in bnxt_qplib_modify_qp()
[all …]
Dbnxt_re.h168 struct bnxt_qplib_res qplib_res;
Dqplib_rcfw.c562 int bnxt_qplib_alloc_rcfw_channel(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_rcfw_channel()
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()