Searched refs:pble_rsrc (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/hw/irdma/ |
A D | pble.c | 44 pble_rsrc->dev = dev; in irdma_hmc_init_pble() 49 pble_rsrc->unallocated_pble = in irdma_hmc_init_pble() 51 pble_rsrc->next_fpm_addr = pble_rsrc->fpm_base_addr + (fpm_idx << 3); in irdma_hmc_init_pble() 58 if (add_pble_prm(pble_rsrc)) { in irdma_hmc_init_pble() 235 get_sd_pd_idx(pble_rsrc, idx); in add_pble_prm() 252 pble_rsrc->next_fpm_addr); in add_pble_prm() 260 pble_rsrc->stats_direct_sds++; in add_pble_prm() 387 pble_rsrc->stats_lvl2++; in get_lvl2_pble() 391 free_lvl2(pble_rsrc, palloc); in get_lvl2_pble() 417 pble_rsrc->stats_lvl1++; in get_lvl1_pble() [all …]
|
A D | pble.h | 110 void irdma_destroy_pble_prm(struct irdma_hmc_pble_rsrc *pble_rsrc); 112 struct irdma_hmc_pble_rsrc *pble_rsrc); 113 void irdma_free_pble(struct irdma_hmc_pble_rsrc *pble_rsrc, 115 int irdma_get_pble(struct irdma_hmc_pble_rsrc *pble_rsrc, 125 void irdma_pble_acquire_lock(struct irdma_hmc_pble_rsrc *pble_rsrc, 127 void irdma_pble_release_lock(struct irdma_hmc_pble_rsrc *pble_rsrc,
|
A D | hw.c | 599 irdma_free_pble(rf->pble_rsrc, &aeq->palloc); in irdma_destroy_virt_aeq() 1320 status = irdma_get_pble(rf->pble_rsrc, &aeq->palloc, pg_cnt, true); in irdma_create_virt_aeq() 1329 irdma_free_pble(rf->pble_rsrc, &aeq->palloc); in irdma_create_virt_aeq() 1582 rf->pble_rsrc = (struct irdma_hmc_pble_rsrc *)rf->hmc_info_mem; in irdma_initialize_dev() 1585 (rf->pble_rsrc + 1); in irdma_initialize_dev() 1722 irdma_destroy_pble_prm(rf->pble_rsrc); in irdma_ctrl_deinit_hw() 1813 rf->pble_rsrc); in irdma_rt_init_hw() 1823 irdma_destroy_pble_prm(rf->pble_rsrc); in irdma_rt_init_hw()
|
A D | main.h | 304 struct irdma_hmc_pble_rsrc *pble_rsrc; member
|
A D | verbs.c | 2346 status = irdma_get_pble(rf->pble_rsrc, palloc, iwmr->page_cnt, in irdma_setup_pbles() 2443 irdma_free_pble(iwdev->rf->pble_rsrc, palloc); in irdma_handle_q_mem() 2622 err_code = irdma_get_pble(iwdev->rf->pble_rsrc, palloc, iwmr->page_cnt, in irdma_alloc_mr() 2635 irdma_free_pble(iwdev->rf->pble_rsrc, palloc); in irdma_alloc_mr() 2766 irdma_free_pble(iwdev->rf->pble_rsrc, &iwpbl->pble_alloc); in irdma_reg_user_mr_type_mem() 2791 irdma_free_pble(iwdev->rf->pble_rsrc, &iwpbl->pble_alloc); in irdma_reg_user_mr_type_mem() 3176 irdma_free_pble(iwdev->rf->pble_rsrc, palloc); in irdma_dereg_mr()
|
Completed in 22 milliseconds