Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_main.c189 if (dev_lim->uar_size > pci_resource_len(mdev->pdev, 2)) { in mthca_dev_lim()
192 dev_lim->uar_size, in mthca_dev_lim()
321 profile.num_uar = dev_lim.uar_size / PAGE_SIZE; in mthca_init_tavor()
611 profile.num_uar = dev_lim.uar_size / PAGE_SIZE; in mthca_init_arbel()
H A Dmthca_cmd.h152 int uar_size; member
H A Dmthca_cmd.c1131 dev_lim->uar_size = 1 << ((field & 0x3f) + 20); in mthca_QUERY_DEV_LIM()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dfw.h96 int uar_size; member
H A Dmlx4_main.c368 if (dev_cap->uar_size > pci_resource_len(dev->persist->pdev, 2)) { in mlx4_dev_cap()
370 dev_cap->uar_size, in mlx4_dev_cap()
391 dev->caps.num_uars = dev_cap->uar_size / PAGE_SIZE; in mlx4_dev_cap()
H A Dmlx4_fw.c934 dev_cap->uar_size = 1 << ((field & 0x3f) + 20); in mlx4_QUERY_DEV_CAP()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c748 context->uar_size = mdev->page_size; in adjust_uar_info()
753 context->uar_size = 1 << resp.log_uar_size; in adjust_uar_info()
H A Dmlx5.h268 uint32_t uar_size; member