Searched refs:kick_addr (Results 1 – 3 of 3) sorted by relevance
223 u64 kick_addr; in mlx5_vdpa_alloc_resources() local249 kick_addr = pci_resource_start(mdev->pdev, 0) + offset; in mlx5_vdpa_alloc_resources()250 res->kick_addr = ioremap(kick_addr, PAGE_SIZE); in mlx5_vdpa_alloc_resources()251 if (!res->kick_addr) { in mlx5_vdpa_alloc_resources()277 iounmap(res->kick_addr); in mlx5_vdpa_free_resources()278 res->kick_addr = NULL; in mlx5_vdpa_free_resources()
43 void __iomem *kick_addr; member
1340 iowrite16(idx, ndev->mvdev.res.kick_addr); in mlx5_vdpa_kick_vq()