Searched refs:bnxt_qplib_res (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_res.h | 165 struct bnxt_qplib_res *res; 302 struct bnxt_qplib_res { struct 339 static inline u8 bnxt_qplib_get_hwq_type(struct bnxt_qplib_res *res) in bnxt_qplib_get_hwq_type() argument 410 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res, 414 int bnxt_qplib_alloc_pd(struct bnxt_qplib_res *res, 416 int bnxt_qplib_dealloc_pd(struct bnxt_qplib_res *res, 419 int bnxt_qplib_alloc_dpi(struct bnxt_qplib_res *res, 422 int bnxt_qplib_dealloc_dpi(struct bnxt_qplib_res *res, 424 void bnxt_qplib_cleanup_res(struct bnxt_qplib_res *res); 425 int bnxt_qplib_init_res(struct bnxt_qplib_res *res); [all …]
|
H A D | qplib_fp.h | 513 struct bnxt_qplib_res *res; 544 int bnxt_qplib_create_srq(struct bnxt_qplib_res *res, 546 int bnxt_qplib_modify_srq(struct bnxt_qplib_res *res, 548 int bnxt_qplib_query_srq(struct bnxt_qplib_res *res, 550 void bnxt_qplib_destroy_srq(struct bnxt_qplib_res *res, 554 int bnxt_qplib_create_qp1(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 555 int bnxt_qplib_create_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 556 int bnxt_qplib_modify_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 557 int bnxt_qplib_query_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); 558 int bnxt_qplib_destroy_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp); [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_fp.c | 178 static void bnxt_qplib_free_qp_hdr_buf(struct bnxt_qplib_res *res, in bnxt_qplib_free_qp_hdr_buf() 200 static int bnxt_qplib_alloc_qp_hdr_buf(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_qp_hdr_buf() 476 struct bnxt_qplib_res *res = nq->res; in bnxt_qplib_nq_start_irq() 591 int bnxt_qplib_alloc_nq(struct bnxt_qplib_res *res, struct bnxt_qplib_nq *nq) in bnxt_qplib_alloc_nq() 618 void bnxt_qplib_destroy_srq(struct bnxt_qplib_res *res, in bnxt_qplib_destroy_srq() 642 int bnxt_qplib_create_srq(struct bnxt_qplib_res *res, in bnxt_qplib_create_srq() 720 int bnxt_qplib_modify_srq(struct bnxt_qplib_res *res, in bnxt_qplib_modify_srq() 738 int bnxt_qplib_query_srq(struct bnxt_qplib_res *res, in bnxt_qplib_query_srq() 844 int bnxt_qplib_create_qp1(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp) in bnxt_qplib_create_qp1() 986 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 | 208 struct bnxt_qplib_res qplib_res;
|
H A D | qplib_rcfw.c | 925 int bnxt_qplib_alloc_rcfw_channel(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_rcfw_channel() 1035 struct bnxt_qplib_res *res; in bnxt_qplib_rcfw_start_irq()
|
H A D | main.c | 92 struct bnxt_qplib_res *res; in bnxt_re_set_db_offset()
|
H A D | ib_verbs.c | 1150 struct bnxt_qplib_res *qp1_res, in bnxt_re_create_shadow_qp_ah() 1198 struct bnxt_qplib_res *qp1_res, in bnxt_re_create_shadow_qp()
|