Home
last modified time | relevance | path

Searched refs:uar_size (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.h96 int uar_size; member
H A 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()
H A Dfw.c940 dev_cap->uar_size = 1 << ((field & 0x3f) + 20); in mlx4_QUERY_DEV_CAP()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.h96 int uar_size; member
H A Dmain.c479 if (dev_cap->uar_size > pci_resource_len(dev->persist->pdev, 2)) { in mlx4_dev_cap()
481 dev_cap->uar_size, in mlx4_dev_cap()
502 dev->caps.num_uars = dev_cap->uar_size / PAGE_SIZE; in mlx4_dev_cap()
H A Dfw.c940 dev_cap->uar_size = 1 << ((field & 0x3f) + 20); in mlx4_QUERY_DEV_CAP()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A 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()
H A Dmthca_cmd.h152 int uar_size; member
H A Dmthca_cmd.c1130 dev_lim->uar_size = 1 << ((field & 0x3f) + 20); in mthca_QUERY_DEV_LIM()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H A 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()
H A Dmthca_cmd.h152 int uar_size; member
H A Dmthca_cmd.c1130 dev_lim->uar_size = 1 << ((field & 0x3f) + 20); in mthca_QUERY_DEV_LIM()

Completed in 30 milliseconds