Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/hw/mthca/
Dmthca_main.c188 if (dev_lim->uar_size > pci_resource_len(mdev->pdev, 2)) { in mthca_dev_lim()
191 dev_lim->uar_size, in mthca_dev_lim()
320 profile.num_uar = dev_lim.uar_size / PAGE_SIZE; in mthca_init_tavor()
610 profile.num_uar = dev_lim.uar_size / PAGE_SIZE; in mthca_init_arbel()
Dmthca_cmd.h152 int uar_size; member
Dmthca_cmd.c1130 dev_lim->uar_size = 1 << ((field & 0x3f) + 20); in mthca_QUERY_DEV_LIM()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx4/
Dfw.h96 int uar_size; member
Dmain.c480 if (dev_cap->uar_size > pci_resource_len(dev->persist->pdev, 2)) { in mlx4_dev_cap()
482 dev_cap->uar_size, in mlx4_dev_cap()
503 dev->caps.num_uars = dev_cap->uar_size / PAGE_SIZE; in mlx4_dev_cap()
Dfw.c940 dev_cap->uar_size = 1 << ((field & 0x3f) + 20); in mlx4_QUERY_DEV_CAP()