Home
last modified time | relevance | path

Searched refs:unmanaged (Results 1 – 15 of 15) sorted by relevance

/openbmc/intel-ipmi-oem/src/
H A Dme_to_redfish_hooks.cpp179 auto unmanaged = unmanagedSource.find(selData.eventData3 & 0b1); in messageHook() local
182 unmanaged == unmanagedSource.end()) in messageHook()
190 args.push_back(unmanaged->second); in messageHook()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c280 if (limit > svmm->unmanaged.start && start < svmm->unmanaged.limit) { in nouveau_svmm_invalidate_range_start()
281 if (start < svmm->unmanaged.start) { in nouveau_svmm_invalidate_range_start()
283 svmm->unmanaged.limit); in nouveau_svmm_invalidate_range_start()
285 start = svmm->unmanaged.limit; in nouveau_svmm_invalidate_range_start()
335 svmm->unmanaged.start = args->unmanaged_addr; in nouveau_svmm_init()
336 svmm->unmanaged.limit = args->unmanaged_addr + args->unmanaged_size; in nouveau_svmm_init()
796 if (start < svmm->unmanaged.limit) in nouveau_svm_fault()
797 limit = min_t(u64, limit, svmm->unmanaged.start); in nouveau_svm_fault()
H A Dnouveau_svm.h15 } unmanaged; member
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/
H A Drealtek.yaml7 title: Realtek switches for unmanaged switches
16 Realtek advertises these chips as fast/gigabit switches or unmanaged
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dbrcm,bcm7038-l1-intc.yaml70 configured by the firmware and should be left unmanaged. This should
/openbmc/linux/Documentation/networking/device_drivers/wwan/
H A Diosm.rst18 MBIM functions are inactive when unmanaged. The IOSM driver only provides a
H A Dt7xx.rst19 MBIM & AT functions are inactive when unmanaged. The t7xx driver provides
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.11.rst73 - systemd-networkd: backport fix for rm unmanaged wifi
/openbmc/linux/Documentation/networking/
H A Dstatistics.rst57 For devices which contain unmanaged
H A Dl2tp.rst117 sockets are used to implement unmanaged L2TPv3 tunnels (iproute2's "ip
120 unmanaged tunnels later in this document.
444 The kernel L2TP subsystem also supports static (unmanaged) L2TPv3
H A Dcdc_mbim.rst43 MBIM functions are inactive when unmanaged. The cdc_mbim driver only
H A Dbonding.rst2859 support, and many unmanaged switches as well.
2867 802.3ad Dynamic Link Aggregation. Most managed and many unmanaged
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1235 bool unmanaged = ft_attr->flags & MLX5_FLOW_TABLE_UNMANAGED; in __mlx5_create_flow_table() local
1252 if (!unmanaged) { in __mlx5_create_flow_table()
1277 next_ft = unmanaged ? ft_attr->next_ft : in __mlx5_create_flow_table()
1285 if (!unmanaged) { in __mlx5_create_flow_table()
1293 if (!unmanaged) { in __mlx5_create_flow_table()
/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c180 atomic_t unmanaged; member
1561 return atomic_read(&per_cpu_ptr(&cpu_lpi_count, cpu)->unmanaged); in its_read_lpi_count()
1569 atomic_inc(&per_cpu_ptr(&cpu_lpi_count, cpu)->unmanaged); in its_inc_lpi_count()
1577 atomic_dec(&per_cpu_ptr(&cpu_lpi_count, cpu)->unmanaged); in its_dec_lpi_count()
/openbmc/linux/Documentation/virt/hyperv/
H A Dvmbus.rst210 neither "unmanaged" nor "managed" interrupts.