Searched refs:bnxt_qplib_res (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_res.h | 153 struct bnxt_qplib_res *res; 284 struct bnxt_qplib_res { struct 320 static inline u8 bnxt_qplib_get_hwq_type(struct bnxt_qplib_res *res) in bnxt_qplib_get_hwq_type() argument 391 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res, 395 int bnxt_qplib_alloc_pd(struct bnxt_qplib_res *res, 397 int bnxt_qplib_dealloc_pd(struct bnxt_qplib_res *res, 400 int bnxt_qplib_alloc_dpi(struct bnxt_qplib_res *res, 403 int bnxt_qplib_dealloc_dpi(struct bnxt_qplib_res *res, 405 void bnxt_qplib_cleanup_res(struct bnxt_qplib_res *res); 406 int bnxt_qplib_init_res(struct bnxt_qplib_res *res); [all …]
|
H A D | qplib_sp.h | 316 int bnxt_qplib_get_sgid(struct bnxt_qplib_res *res, 329 int bnxt_qplib_set_func_resources(struct bnxt_qplib_res *res, 332 int bnxt_qplib_create_ah(struct bnxt_qplib_res *res, struct bnxt_qplib_ah *ah, 334 int bnxt_qplib_destroy_ah(struct bnxt_qplib_res *res, struct bnxt_qplib_ah *ah, 336 int bnxt_qplib_alloc_mrw(struct bnxt_qplib_res *res, 338 int bnxt_qplib_dereg_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw, 340 int bnxt_qplib_reg_mr(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mr, 342 int bnxt_qplib_free_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mr); 343 int bnxt_qplib_alloc_fast_reg_mr(struct bnxt_qplib_res *res, 345 int bnxt_qplib_alloc_fast_reg_page_list(struct bnxt_qplib_res *res, [all …]
|
H A D | qplib_fp.h | 490 struct bnxt_qplib_res *res; 520 int bnxt_qplib_create_srq(struct bnxt_qplib_res *res, 522 int bnxt_qplib_modify_srq(struct bnxt_qplib_res *res, 524 int bnxt_qplib_query_srq(struct bnxt_qplib_res *res, 526 void bnxt_qplib_destroy_srq(struct bnxt_qplib_res *res, 530 int bnxt_qplib_create_qp1(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 531 int bnxt_qplib_create_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 532 int bnxt_qplib_modify_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 533 int bnxt_qplib_query_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 534 int bnxt_qplib_destroy_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); [all …]
|
H A 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() 353 void bnxt_qplib_free_ctx(struct bnxt_qplib_res *res, in bnxt_qplib_free_ctx() 371 static int bnxt_qplib_alloc_tqm_rings(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_tqm_rings() 452 static int bnxt_qplib_setup_tqm_rings(struct bnxt_qplib_res *res, in bnxt_qplib_setup_tqm_rings() 487 int bnxt_qplib_alloc_ctx(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_ctx() 556 static void bnxt_qplib_free_sgid_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_free_sgid_tbl() 571 static int bnxt_qplib_alloc_sgid_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_sgid_tbl() [all …]
|
H A D | qplib_sp.c | 200 int bnxt_qplib_set_func_resources(struct bnxt_qplib_res *res, in bnxt_qplib_set_func_resources() 234 int bnxt_qplib_get_sgid(struct bnxt_qplib_res *res, in bnxt_qplib_get_sgid() 251 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_del_sgid() 252 struct bnxt_qplib_res, in bnxt_qplib_del_sgid() 311 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_add_sgid() 312 struct bnxt_qplib_res, in bnxt_qplib_add_sgid() 401 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_update_sgid() 402 struct bnxt_qplib_res, in bnxt_qplib_update_sgid() 438 int bnxt_qplib_create_ah(struct bnxt_qplib_res *res, struct bnxt_qplib_ah *ah, in bnxt_qplib_create_ah() 484 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 | 221 struct bnxt_qplib_res *res; 261 int bnxt_qplib_alloc_rcfw_channel(struct bnxt_qplib_res *res,
|
H A 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() 457 struct bnxt_qplib_res *res = nq->res; in bnxt_qplib_nq_start_irq() 571 int bnxt_qplib_alloc_nq(struct bnxt_qplib_res *res, struct bnxt_qplib_nq *nq) in bnxt_qplib_alloc_nq() 598 void bnxt_qplib_destroy_srq(struct bnxt_qplib_res *res, in bnxt_qplib_destroy_srq() 622 int bnxt_qplib_create_srq(struct bnxt_qplib_res *res, in bnxt_qplib_create_srq() 700 int bnxt_qplib_modify_srq(struct bnxt_qplib_res *res, in bnxt_qplib_modify_srq() 718 int bnxt_qplib_query_srq(struct bnxt_qplib_res *res, in bnxt_qplib_query_srq() 824 int bnxt_qplib_create_qp1(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp) in bnxt_qplib_create_qp1() 966 int bnxt_qplib_create_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp) in bnxt_qplib_create_qp() [all …]
|
H A D | bnxt_re.h | 172 struct bnxt_qplib_res qplib_res;
|
H A D | qplib_rcfw.c | 927 int bnxt_qplib_alloc_rcfw_channel(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_rcfw_channel() 1037 struct bnxt_qplib_res *res; in bnxt_qplib_rcfw_start_irq()
|
H A D | main.c | 94 struct bnxt_qplib_res *res; in bnxt_re_set_db_offset()
|
H A D | ib_verbs.c | 1082 struct bnxt_qplib_res *qp1_res, in bnxt_re_create_shadow_qp_ah() 1130 struct bnxt_qplib_res *qp1_res, in bnxt_re_create_shadow_qp()
|