Searched refs:bonds (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/iommu/riscv/ |
| H A D | iommu.c | 809 struct list_head bonds; member 853 struct list_head *bonds; in riscv_iommu_bond_link() local 866 list_for_each(bonds, &domain->bonds) in riscv_iommu_bond_link() 867 if (dev_to_iommu(list_entry(bonds, struct riscv_iommu_bond, list)->dev) == iommu) in riscv_iommu_bond_link() 869 list_add_rcu(&bond->list, bonds); in riscv_iommu_bond_link() 890 list_for_each_entry(bond, &domain->bonds, list) { in riscv_iommu_bond_unlink() 960 list_for_each_entry_rcu(bond, &domain->bonds, list) { in riscv_iommu_iotlb_inval() 986 list_for_each_entry_rcu(bond, &domain->bonds, list) { in riscv_iommu_iotlb_inval() 1296 WARN_ON(!list_empty(&domain->bonds)); in riscv_iommu_free_paging_domain() 1383 INIT_LIST_HEAD_RCU(&domain->bonds); in riscv_iommu_alloc_paging_domain()
|
| /linux-6.15/Documentation/networking/ |
| H A D | bonding.rst | 1439 initialization scripts lack support for configuring multiple bonds. 1490 to configure multiple bonds with differing parameters (as they are older 1498 of all bonds in the system without unloading the module. It also 1499 allows for adding and removing bonds at runtime. Ifenslave is no 1502 Use of the sysfs interface allows you to use multiple bonds 1504 It also allows you to use multiple, differently configured bonds when 1523 To show all existing bonds:: 1530 truncated if you have more than a few hundred bonds. This is unlikely
|
| H A D | switchdev.rst | 90 level constructs such as bridges, bonds, VLANs, tunnels, and L3 routers. Using
|