Home
last modified time | relevance | path

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

/drivers/infiniband/hw/mthca/
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()
Dmthca_cmd.h152 int uar_size; member
Dmthca_cmd.c1128 dev_lim->uar_size = 1 << ((field & 0x3f) + 20); in mthca_QUERY_DEV_LIM()
/drivers/net/ethernet/mellanox/mlx4/
Dfw.h86 int uar_size; member
Dmain.c209 if (dev_cap->uar_size > pci_resource_len(dev->pdev, 2)) { in mlx4_dev_cap()
212 dev_cap->uar_size, in mlx4_dev_cap()
241 dev->caps.num_uars = dev_cap->uar_size / PAGE_SIZE; in mlx4_dev_cap()
Dfw.c577 dev_cap->uar_size = 1 << ((field & 0x3f) + 20); in mlx4_QUERY_DEV_CAP()