Home
last modified time | relevance | path

Searched full:unmanaged (Results 1 – 19 of 19) sorted by relevance

/linux/Documentation/networking/
H A Dl2tp.rst117 sockets are used to implement unmanaged L2TPv3 tunnels (iproute2's "ip
120 unmanaged tunnels later in this document.
564 Unmanaged L2TPv3 tunnels
567 The kernel L2TP subsystem also supports static (unmanaged) L2TPv3
568 tunnels. Unmanaged tunnels have no userspace tunnel socket, and
769 Unmanaged L2TPv3 Ethernet features are tested by the kernel's built-in
H A Dcdc_mbim.rst43 MBIM functions are inactive when unmanaged. The cdc_mbim driver only
/linux/drivers/iommu/
H A Dfsl_pamu_domain.c200 * FIXME: This isn't creating an unmanaged domain since the in fsl_pamu_domain_alloc()
296 * the driver provides a non-working UNMANAGED domain that it can switch over
312 * UNMANAGED domain makes it BLOCKING. in fsl_pamu_platform_attach()
/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dvmm.h8 UNMANAGED, enumerator
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.h15 } unmanaged; member
H A Dnouveau_vmm.c134 int ret = nvif_vmm_ctor(&cli->mmu, "drmVmm", oclass, UNMANAGED, in nouveau_vmm_init()
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dbrcm,bcm7038-l1-intc.yaml70 configured by the firmware and should be left unmanaged. This should
/linux/Documentation/networking/device_drivers/wwan/
H A Diosm.rst18 MBIM functions are inactive when unmanaged. The IOSM driver only provides a
/linux/Documentation/virt/hyperv/
H A Dvpci.rst213 whose drivers create managed or unmanaged Linux IRQs. If the
214 smp_affinity for an unmanaged IRQ is updated via the /proc/irq
/linux/net/l2tp/
H A Dtrace.h72 __entry->fd > 0 ? "managed" : "unmanaged",
H A Dl2tp_netlink.c222 * Unmanaged tunnels must call out the source and destination addresses in l2tp_nl_cmd_tunnel_create()
/linux/drivers/gpu/drm/nouveau/nvif/
H A Dvmm.c217 case UNMANAGED: args->type = NVIF_VMM_V0_TYPE_UNMANAGED; break; in nvif_vmm_ctor()
/linux/Documentation/userspace-api/
H A Diommufd.rst48 feature flag. This can be either an UNMANAGED stage-1 domain for a device
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1341 bool unmanaged = ft_attr->flags & MLX5_FLOW_TABLE_UNMANAGED; in __mlx5_create_flow_table() local
1358 if (!unmanaged) { in __mlx5_create_flow_table()
1383 next_ft = unmanaged ? ft_attr->next_ft : in __mlx5_create_flow_table()
1391 if (!unmanaged) { in __mlx5_create_flow_table()
1399 if (!unmanaged) { in __mlx5_create_flow_table()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_chains.c190 * so we create all unmanaged tables as level 1 (base + 1). in mlx5_chains_create_table()
/linux/include/drm/
H A Ddrm_mode_config.h972 * This is the unmanaged version of drmm_mode_config_init() for drivers which
/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c190 atomic_t unmanaged; member
1655 return atomic_read(&per_cpu_ptr(&cpu_lpi_count, cpu)->unmanaged); in its_read_lpi_count()
1663 atomic_inc(&per_cpu_ptr(&cpu_lpi_count, cpu)->unmanaged); in its_inc_lpi_count()
1671 atomic_dec(&per_cpu_ptr(&cpu_lpi_count, cpu)->unmanaged); in its_dec_lpi_count()
/linux/include/linux/
H A Dmmzone.h947 * management logic to figure out unmanaged pages by checking
/linux/drivers/net/ethernet/ti/
H A Dtlan.c2405 netdev_info(dev, "Unmanaged PHY\n"); in __tlan_phy_print()