Searched refs:rcfw (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_rcfw.c | 118 cmdq = &rcfw->cmdq; in bnxt_re_is_fw_stalled() 151 cmdq = &rcfw->cmdq; in __wait_for_resp() 296 cmdq = &rcfw->cmdq; in __send_message() 298 pdev = rcfw->pdev; in __send_message() 613 rc = rcfw->creq.aeq_handler(rcfw, (void *)func_event, NULL); in bnxt_qplib_process_func_event() 632 pdev = rcfw->pdev; in bnxt_qplib_process_qp_event() 645 rc = rcfw->creq.aeq_handler(rcfw, qp_event, qp); in bnxt_qplib_process_qp_event() 922 bnxt_qplib_free_hwq(rcfw->res, &rcfw->cmdq.hwq); in bnxt_qplib_free_rcfw_channel() 923 bnxt_qplib_free_hwq(rcfw->res, &rcfw->creq.hwq); in bnxt_qplib_free_rcfw_channel() 940 rcfw->res = res; in bnxt_qplib_alloc_rcfw_channel() [all …]
|
H A D | qplib_rcfw.h | 260 void bnxt_qplib_free_rcfw_channel(struct bnxt_qplib_rcfw *rcfw); 262 struct bnxt_qplib_rcfw *rcfw, 265 void bnxt_qplib_rcfw_stop_irq(struct bnxt_qplib_rcfw *rcfw, bool kill); 266 void bnxt_qplib_disable_rcfw_channel(struct bnxt_qplib_rcfw *rcfw); 269 int bnxt_qplib_enable_rcfw_channel(struct bnxt_qplib_rcfw *rcfw, 275 struct bnxt_qplib_rcfw *rcfw, 277 void bnxt_qplib_rcfw_free_sbuf(struct bnxt_qplib_rcfw *rcfw, 279 int bnxt_qplib_rcfw_send_message(struct bnxt_qplib_rcfw *rcfw, 282 int bnxt_qplib_deinit_rcfw(struct bnxt_qplib_rcfw *rcfw); 283 int bnxt_qplib_init_rcfw(struct bnxt_qplib_rcfw *rcfw, [all …]
|
H A D | qplib_sp.c | 104 cctx = rcfw->res->cctx; in bnxt_qplib_get_dev_attr() 248 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_del_sgid() local 308 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_add_sgid() local 398 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_update_sgid() local 435 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_ah() local 481 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_ah() local 504 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_free_mrw() local 542 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_alloc_mrw() local 581 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_dereg_mrw() local 611 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_reg_mr() local [all …]
|
H A D | main.c | 157 rdev->rcfw.res = NULL; in bnxt_re_destroy_chip_ctx() 314 struct bnxt_qplib_rcfw *rcfw; in bnxt_re_stop_irq() local 323 rcfw = &rdev->rcfw; in bnxt_re_stop_irq() 337 struct bnxt_qplib_rcfw *rcfw; in bnxt_re_start_irq() local 347 rcfw = &rdev->rcfw; in bnxt_re_start_irq() 1291 if (rdev->qplib_res.rcfw) in bnxt_re_cleanup_res() 1344 if (rdev->qplib_res.rcfw) { in bnxt_re_free_res() 1346 rdev->qplib_res.rcfw = NULL; in bnxt_re_free_res() 1358 rdev->qplib_res.rcfw = &rdev->rcfw; in bnxt_re_alloc_res() 1415 rdev->qplib_res.rcfw = NULL; in bnxt_re_alloc_res() [all …]
|
H A D | qplib_fp.c | 620 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_srq() local 644 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_srq() local 739 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_query_srq() local 845 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_qp1() local 986 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_qp() local 1287 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_modify_qp() local 1393 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_query_qp() local 1528 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_qp() local 2148 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_cq() local 2232 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_resize_cq() local [all …]
|
H A D | qplib_sp.h | 328 int bnxt_qplib_get_dev_attr(struct bnxt_qplib_rcfw *rcfw, 331 struct bnxt_qplib_rcfw *rcfw, 350 int bnxt_qplib_get_roce_stats(struct bnxt_qplib_rcfw *rcfw, 352 int bnxt_qplib_qext_stat(struct bnxt_qplib_rcfw *rcfw, u32 fid,
|
H A D | bnxt_re.h | 188 struct bnxt_qplib_rcfw rcfw; member
|
H A D | hw_counters.c | 190 rc = bnxt_qplib_qext_stat(&rdev->rcfw, fid, estat); in bnxt_re_get_ext_stat() 353 rc = bnxt_qplib_get_roce_stats(&rdev->rcfw, err_s); in bnxt_re_ib_get_hw_stats()
|
H A D | qplib_res.h | 305 struct bnxt_qplib_rcfw *rcfw; member
|