Searched refs:bnxt_qplib_res (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.1/drivers/infiniband/hw/bnxt_re/ |
| D | qplib_sp.h | 247 int bnxt_qplib_get_sgid(struct bnxt_qplib_res *res, 260 int bnxt_qplib_set_func_resources(struct bnxt_qplib_res *res, 263 int bnxt_qplib_create_ah(struct bnxt_qplib_res *res, struct bnxt_qplib_ah *ah, 265 void bnxt_qplib_destroy_ah(struct bnxt_qplib_res *res, struct bnxt_qplib_ah *ah, 267 int bnxt_qplib_alloc_mrw(struct bnxt_qplib_res *res, 269 int bnxt_qplib_dereg_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw, 271 int bnxt_qplib_reg_mr(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mr, 273 int bnxt_qplib_free_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mr); 274 int bnxt_qplib_alloc_fast_reg_mr(struct bnxt_qplib_res *res, 276 int bnxt_qplib_alloc_fast_reg_page_list(struct bnxt_qplib_res *res, [all …]
|
| D | qplib_res.h | 132 struct bnxt_qplib_res *res; 247 struct bnxt_qplib_res { struct 267 static inline u8 bnxt_qplib_get_hwq_type(struct bnxt_qplib_res *res) in bnxt_qplib_get_hwq_type() argument 338 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res, 344 int bnxt_qplib_dealloc_pd(struct bnxt_qplib_res *res, 350 int bnxt_qplib_dealloc_dpi(struct bnxt_qplib_res *res, 353 void bnxt_qplib_cleanup_res(struct bnxt_qplib_res *res); 354 int bnxt_qplib_init_res(struct bnxt_qplib_res *res); 355 void bnxt_qplib_free_res(struct bnxt_qplib_res *res); 356 int bnxt_qplib_alloc_res(struct bnxt_qplib_res *res, struct pci_dev *pdev, [all …]
|
| D | qplib_fp.h | 473 struct bnxt_qplib_res *res; 503 int bnxt_qplib_create_srq(struct bnxt_qplib_res *res, 505 int bnxt_qplib_modify_srq(struct bnxt_qplib_res *res, 507 int bnxt_qplib_query_srq(struct bnxt_qplib_res *res, 509 void bnxt_qplib_destroy_srq(struct bnxt_qplib_res *res, 513 int bnxt_qplib_create_qp1(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 514 int bnxt_qplib_create_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 515 int bnxt_qplib_modify_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 516 int bnxt_qplib_query_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 517 int bnxt_qplib_destroy_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); [all …]
|
| D | qplib_res.c | 63 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() 372 void bnxt_qplib_free_ctx(struct bnxt_qplib_res *res, in bnxt_qplib_free_ctx() 390 static int bnxt_qplib_alloc_tqm_rings(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_tqm_rings() 471 static int bnxt_qplib_setup_tqm_rings(struct bnxt_qplib_res *res, in bnxt_qplib_setup_tqm_rings() 506 int bnxt_qplib_alloc_ctx(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_ctx() 575 static void bnxt_qplib_free_sgid_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_free_sgid_tbl() 590 static int bnxt_qplib_alloc_sgid_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_sgid_tbl() [all …]
|
| D | qplib_sp.c | 173 int bnxt_qplib_set_func_resources(struct bnxt_qplib_res *res, in bnxt_qplib_set_func_resources() 205 int bnxt_qplib_get_sgid(struct bnxt_qplib_res *res, in bnxt_qplib_get_sgid() 222 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_del_sgid() 223 struct bnxt_qplib_res, in bnxt_qplib_del_sgid() 283 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_add_sgid() 284 struct bnxt_qplib_res, in bnxt_qplib_add_sgid() 374 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_update_sgid() 375 struct bnxt_qplib_res, in bnxt_qplib_update_sgid() 408 int bnxt_qplib_create_ah(struct bnxt_qplib_res *res, struct bnxt_qplib_ah *ah, in bnxt_qplib_create_ah() 451 void bnxt_qplib_destroy_ah(struct bnxt_qplib_res *res, struct bnxt_qplib_ah *ah, in bnxt_qplib_destroy_ah() [all …]
|
| D | qplib_rcfw.h | 182 struct bnxt_qplib_res *res; 194 int bnxt_qplib_alloc_rcfw_channel(struct bnxt_qplib_res *res,
|
| D | qplib_fp.c | 174 static void bnxt_qplib_free_qp_hdr_buf(struct bnxt_qplib_res *res, in bnxt_qplib_free_qp_hdr_buf() 196 static int bnxt_qplib_alloc_qp_hdr_buf(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_qp_hdr_buf() 553 int bnxt_qplib_alloc_nq(struct bnxt_qplib_res *res, struct bnxt_qplib_nq *nq) in bnxt_qplib_alloc_nq() 580 void bnxt_qplib_destroy_srq(struct bnxt_qplib_res *res, in bnxt_qplib_destroy_srq() 602 int bnxt_qplib_create_srq(struct bnxt_qplib_res *res, in bnxt_qplib_create_srq() 677 int bnxt_qplib_modify_srq(struct bnxt_qplib_res *res, in bnxt_qplib_modify_srq() 699 int bnxt_qplib_query_srq(struct bnxt_qplib_res *res, in bnxt_qplib_query_srq() 810 int bnxt_qplib_create_qp1(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp) in bnxt_qplib_create_qp1() 950 int bnxt_qplib_create_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp) in bnxt_qplib_create_qp() 1231 int bnxt_qplib_modify_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp) in bnxt_qplib_modify_qp() [all …]
|
| D | bnxt_re.h | 160 struct bnxt_qplib_res qplib_res;
|
| D | qplib_rcfw.c | 566 int bnxt_qplib_alloc_rcfw_channel(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_rcfw_channel()
|
| D | ib_verbs.c | 976 struct bnxt_qplib_res *qp1_res, in bnxt_re_create_shadow_qp_ah() 1024 struct bnxt_qplib_res *qp1_res, in bnxt_re_create_shadow_qp()
|