Home
last modified time | relevance | path

Searched refs:uarc_size (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/mthca/
H A Dmthca_profile.c99 profile[MTHCA_RES_UARC].size = request->uarc_size; in mthca_make_profile()
242 dev->uar_table.uarc_size = request->uarc_size; in mthca_make_profile()
245 init_hca->log_uarc_sz = ffs(request->uarc_size) - 13; in mthca_make_profile()
H A Dmthca_profile.h50 int uarc_size; member
H A Dmthca_user.h55 __u32 uarc_size; member
H A Dmthca_memfree.c441 uar->index * dev->uar_table.uarc_size + in mthca_uarc_virt()
455 if (index < 0 || index > dev->uar_table.uarc_size / 8) in mthca_map_user_db()
530 npages = dev->uar_table.uarc_size / MTHCA_ICM_PAGE_SIZE; in mthca_init_user_db_tab()
553 for (i = 0; i < dev->uar_table.uarc_size / MTHCA_ICM_PAGE_SIZE; ++i) { in mthca_cleanup_user_db_tab()
711 dev->db_tab->npages = dev->uar_table.uarc_size / MTHCA_ICM_PAGE_SIZE; in mthca_init_db_tab()
H A Dmthca_provider.c315 uresp.uarc_size = to_mdev(ibdev)->uar_table.uarc_size; in mthca_alloc_ucontext()
317 uresp.uarc_size = 0; in mthca_alloc_ucontext()
H A Dmthca_main.c99 .uarc_size = MTHCA_DEFAULT_NUM_UARC_SIZE, /* Arbel only */
322 profile.uarc_size = 0; in mthca_init_tavor()
H A Dmthca_dev.h199 int uarc_size; member
/freebsd/sys/ofed/include/uapi/rdma/
H A Dmthca-abi.h56 __u32 uarc_size; member