Searched refs:nas (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/drivers/vdpa/vdpa_sim/ |
A D | vdpa_sim.c | 101 for (i = 0; i < vdpasim->dev_attr.nas; i++) { in vdpasim_do_reset() 145 dev_attr->ngroups, dev_attr->nas, in vdpasim_create() 174 vdpasim->iommu = kmalloc_array(vdpasim->dev_attr.nas, in vdpasim_create() 179 vdpasim->iommu_pt = kmalloc_array(vdpasim->dev_attr.nas, in vdpasim_create() 184 for (i = 0; i < vdpasim->dev_attr.nas; i++) in vdpasim_create() 504 if (asid >= vdpasim->dev_attr.nas) in vdpasim_set_group_asid() 530 if (asid >= vdpasim->dev_attr.nas) in vdpasim_set_map() 562 if (asid >= vdpasim->dev_attr.nas) in vdpasim_dma_map() 582 if (asid >= vdpasim->dev_attr.nas) in vdpasim_dma_unmap() 610 for (i = 0; i < vdpasim->dev_attr.nas; i++) in vdpasim_free()
|
A D | vdpa_sim.h | 46 u32 nas; member
|
A D | vdpa_sim_blk.c | 380 dev_attr.nas = VDPASIM_BLK_AS_NUM; in vdpasim_blk_dev_add()
|
A D | vdpa_sim_net.c | 455 dev_attr.nas = VDPASIM_NET_AS_NUM; in vdpasim_net_dev_add()
|
/linux-6.3-rc2/include/linux/ |
A D | vdpa.h | 93 unsigned int nas; member 361 unsigned int ngroups, unsigned int nas, 379 #define vdpa_alloc_device(dev_struct, member, parent, config, ngroups, nas, \ argument 382 parent, config, ngroups, nas, \
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | armada-370-seagate-nas-2bay.dts | 20 #include "armada-370-seagate-nas-xbay.dtsi"
|
A D | armada-370-seagate-nas-4bay.dts | 20 #include "armada-370-seagate-nas-xbay.dtsi"
|
A D | intel-ixp42x-iomega-nas100d.dts | 13 compatible = "iom,nas-100d", "intel,ixp42x";
|
A D | orion5x-rd88f5182-nas.dts | 11 compatible = "marvell,rd-88f5182-nas", "marvell,orion5x-88f5182", "marvell,orion5x";
|
A D | Makefile | 1022 orion5x-rd88f5182-nas.dtb 1518 armada-370-seagate-nas-2bay.dtb \ 1519 armada-370-seagate-nas-4bay.dtb \
|
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/marvell/ |
A D | marvell,orion5x.txt | 23 "marvell,rd-88f5182-nas"
|
/linux-6.3-rc2/drivers/vhost/ |
A D | vdpa.c | 109 if (asid >= v->vdpa->nas) in vhost_vdpa_alloc_as() 565 if (s.num >= vdpa->nas) in vhost_vdpa_vring_ioctl() 678 if (copy_to_user(argp, &v->vdpa->nas, sizeof(v->vdpa->nas))) in vhost_vdpa_unlocked_ioctl() 1210 for (asid = 0; asid < v->vdpa->nas; asid++) { in vhost_vdpa_cleanup() 1392 (vdpa->ngroups > 1 || vdpa->nas > 1)) in vhost_vdpa_probe()
|
/linux-6.3-rc2/net/ |
A D | compat.c | 333 static unsigned char nas[21] = { variable 431 len = nas[call]; in COMPAT_SYSCALL_DEFINE2()
|
/linux-6.3-rc2/drivers/vdpa/ |
A D | vdpa.c | 159 unsigned int ngroups, unsigned int nas, in __vdpa_alloc_device() argument 193 vdev->nas = nas; in __vdpa_alloc_device()
|
/linux-6.3-rc2/Documentation/powerpc/ |
A D | firmware-assisted-dump.rst | 86 network, nas, san, iscsi, etc. as desired.
|
/linux-6.3-rc2/tools/power/cpupower/po/ |
A D | pt.po | 458 " -y, --latency Determina a latência máxima nas trocas de frequência "
|
Completed in 29 milliseconds