Searched refs:fw_pages (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_pagealloc.c354 dev->priv.fw_pages += npages;
449 dev->priv.fw_pages -= num_claimed;
524 npages = dev->priv.fw_pages - dev->priv.pages_per_func[0];
H A Dmlx5_main.c1655 (long long)(dev->priv.fw_pages * MLX5_ADAPTER_PAGE_SIZE));
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_cmd.c847 MTHCA_GET(dev->fw.arbel.fw_pages, outbox, QUERY_FW_SIZE_OFFSET);
851 mthca_dbg(dev, "FW size %d KB\n", dev->fw.arbel.fw_pages << 2);
857 dev->fw.arbel.fw_pages =
858 ALIGN(dev->fw.arbel.fw_pages, PAGE_SIZE / MTHCA_ICM_PAGE_SIZE) >>
H A Dmthca_dev.h315 u16 fw_pages; member in struct:mthca_dev::__anon7260::__anon7262
H A Dmthca_main.c353 mthca_alloc_icm(mdev, mdev->fw.arbel.fw_pages,
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw.c1688 MLX4_GET(fw->fw_pages, outbox, QUERY_FW_SIZE_OFFSET);
1698 mlx4_dbg(dev, "FW size %d KB\n", fw->fw_pages >> 2);
1710 fw->fw_pages =
1711 ALIGN(fw->fw_pages, PAGE_SIZE / MLX4_ICM_PAGE_SIZE) >>
H A Dmlx4.h430 u16 fw_pages; member in struct:mlx4_fw
H A Dmlx4_main.c1474 priv->fw.fw_icm = mlx4_alloc_icm(dev, priv->fw.fw_pages,
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h571 s64 fw_pages; member in struct:mlx5_priv
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2345 return sprintf(buf, "%lld\n", (long long)dev->mdev->priv.fw_pages);
2385 static DEVICE_ATTR(fw_pages, S_IRUGO, show_fw_pages, NULL);

Completed in 155 milliseconds