Searched refs:bonds (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/iommu/arm/arm-smmu-v3/ |
D | arm-smmu-v3-sva.c | 361 list_for_each_entry(bond, &master->bonds, list) { in __arm_smmu_sva_bind() 382 list_add(&bond->list, &master->bonds); in __arm_smmu_sva_bind() 517 if (!list_empty(&master->bonds)) { in arm_smmu_master_disable_sva() 546 list_for_each_entry(t, &master->bonds, list) { in arm_smmu_sva_remove_dev_pasid()
|
D | arm-smmu-v3.h | 705 struct list_head bonds; member
|
D | arm-smmu-v3.c | 2677 INIT_LIST_HEAD(&master->bonds); in arm_smmu_probe_device()
|
/Linux-v6.6/Documentation/networking/ |
D | bonding.rst | 1427 initialization scripts lack support for configuring multiple bonds. 1478 to configure multiple bonds with differing parameters (as they are older 1486 of all bonds in the system without unloading the module. It also 1487 allows for adding and removing bonds at runtime. Ifenslave is no 1490 Use of the sysfs interface allows you to use multiple bonds 1492 It also allows you to use multiple, differently configured bonds when 1511 To show all existing bonds:: 1518 truncated if you have more than a few hundred bonds. This is unlikely
|
D | switchdev.rst | 90 level constructs such as bridges, bonds, VLANs, tunnels, and L3 routers. Using
|