Searched refs:children (Results 51 - 75 of 142) sorted by path

123456

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c310 list_for_each_entry(dst, &fte->node.children, node.list) {
433 list_for_each_entry(dst, &fte->node.children, node.list) {
514 list_for_each_entry(dst, &fte->node.children, node.list) {
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dqdisc.c23 return qdisc->children[id] &&
24 qdisc->children[id] != NFP_QDISC_UNTRACKED;
80 nfp_abm_stats_update_red(alink, qdisc->children[i], i);
113 qdisc->children[i]->use_cnt--;
114 qdisc->children[i] = NULL;
201 !qdisc->children[0];
236 struct nfp_qdisc *child = qdisc->children[i];
295 * MQ's children.
310 if (mq->children[i] == qdisc) {
311 mq->children[
339 nfp_abm_qdisc_alloc(struct net_device *netdev, struct nfp_abm_link *alink, enum nfp_qdisc_type type, u32 parent_handle, u32 handle, unsigned int children) argument
387 nfp_abm_qdisc_replace(struct net_device *netdev, struct nfp_abm_link *alink, enum nfp_qdisc_type type, u32 parent_handle, u32 handle, unsigned int children, struct nfp_qdisc **qdisc) argument
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c1240 list_add(&nft_m_entry->tc_merge_list, &tc_m_entry->children);
1241 list_add(&nft_m_entry->nft_flow_list, &nft_entry->children);
1315 list_add(&m_entry->post_ct_list, &post_ct_entry->children);
1316 list_add(&m_entry->pre_ct_list, &pre_ct_entry->children);
1317 INIT_LIST_HEAD(&m_entry->children);
1567 INIT_LIST_HEAD(&entry->children);
1654 list_for_each_entry_safe(m_entry, tmp, &ct_entry->children,
1662 list_for_each_entry_safe(m_entry, tmp, &ct_entry->children,
1684 if (!list_empty(&m_ent->children))
1695 list_for_each_entry_safe(m_ent, tmp, &entry->children, pre_ct_lis
[all...]
H A Dconntrack.h121 * @children: List of tc_merge flows this flow forms part of
137 struct list_head children; member in struct:nfp_fl_ct_flow_entry
156 * @children: List of nft merged entries
166 struct list_head children; member in struct:nfp_fl_ct_tc_merge
/linux-master/drivers/net/mdio/
H A Dmdio-mux.c24 /* List of our children linked through their next fields. */
25 struct mdio_mux_child_bus *children; member in struct:mdio_mux_parent_bus
130 struct mdio_mux_child_bus *cb = pb->children;
237 cb->next = pb->children;
238 pb->children = cb;
241 if (pb->children) {
/linux-master/drivers/parisc/
H A Dlba_pci.c698 list_for_each_entry(child, &bus->children, node)
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c1287 list_for_each_entry(child, &pp->bridge->bus->children, node) {
/linux-master/drivers/pci/controller/
H A Dpci-hyperv.c509 struct list_head children; member in struct:hv_pcibus_device
2156 list_for_each_entry(hpdev, &hbus->children, list_entry) {
2239 list_for_each_entry(hpdev, &hbus->children, list_entry) {
2247 list_for_each_entry(hpdev, &hbus->children, list_entry) {
2311 * Note that this function does not need to lock the children list
2314 * same ordered workqueue. Therefore hbus->children list will not change
2323 list_for_each_entry(hpdev, &hbus->children, list_entry) {
2345 list_for_each_entry(hpdev, &hbus->children, list_entry) {
2505 list_add_tail(&hpdev->list_entry, &hbus->children);
2534 list_for_each_entry(iter, &hbus->children, list_entr
[all...]
H A Dvmd.c937 * the Intel bridge level and propagated to all the children in the
940 list_for_each_entry(child, &vmd->bus->children, node) {
961 list_for_each_entry(child, &vmd->bus->children, node)
/linux-master/drivers/pci/hotplug/
H A Dacpiphp_glue.c378 * reserved busnr for all these children.
386 list_for_each_entry(tmp, &bus->children, node) {
H A Dpnv_php.c77 WARN_ON(!list_empty(&php_slot->children));
102 list_for_each_entry(tmp, &php_slot->children, link) {
131 * Remove pdn for all children of the indicated device node.
665 INIT_LIST_HEAD(&php_slot->children);
712 list_add_tail(&php_slot->link, &parent->children);
/linux-master/drivers/pci/
H A Dpci.c185 * pci_bus_max_busnr - returns maximum PCI bus number of given bus' children
197 list_for_each_entry(tmp, &bus->children, node) {
3068 * children won't change that.
3087 * so we need to go through all children to find out if one of them
H A Dprobe.c567 INIT_LIST_HEAD(&b->children);
1185 list_add_tail(&child->node, &parent->children);
2831 * parents then children fashion. If this changes, then this code will not
2865 * Called after each bus is probed, but before its children are examined. This
3088 list_for_each_entry(child, &bus->children, node)
H A Dsearch.c124 list_for_each_entry(tmp, &bus->children, node) {
H A Dsetup-bus.c1480 list_for_each_entry(child, &b->children, node)
1565 /* If there are children, release them all */
1661 list_for_each_entry(child_bus, &bus->children, node) {
/linux-master/drivers/pcmcia/
H A Dyenta_socket.c1112 list_for_each_entry(sibling, &bridge_to_fix->parent->children,
/linux-master/drivers/phy/
H A Dphy-core.c142 for_each_child_of_node(phy_provider->children, child)
1127 * @children: device node containing children (if different from dev->of_node)
1135 * If the PHY provider doesn't nest children directly but uses a separate
1136 * child node to contain the individual children, the @children parameter
1143 struct device_node *children, struct module *owner,
1150 * If specified, the device node containing the children must itself
1154 if (children) {
1155 struct device_node *parent = of_node_get(children), *nex
1142 __of_phy_provider_register(struct device *dev, struct device_node *children, struct module *owner, struct phy * (*of_xlate)(struct device *dev, const struct of_phandle_args *args)) argument
1205 __devm_of_phy_provider_register(struct device *dev, struct device_node *children, struct module *owner, struct phy * (*of_xlate)(struct device *dev, const struct of_phandle_args *args)) argument
[all...]
/linux-master/drivers/phy/tegra/
H A Dxusb.c190 struct device_node *children; local
195 children = of_get_child_by_name(pad->dev.of_node, "lanes");
196 if (!children)
202 of_node_put(children);
234 pad->provider = of_phy_provider_register_full(&pad->dev, children,
247 of_node_put(children);
/linux-master/drivers/powercap/
H A Ddtpm.c13 * children. It propagates the constraints set at its level to its
14 * children and collect the children power information. The leaves of
72 list_for_each_entry(child, &dtpm->children, sibling) {
91 list_for_each_entry(child, &dtpm->children, sibling) {
163 * release will be denied if the node has children. This function must
167 * Return: 0 on success, -EBUSY if there are children
174 if (!list_empty(&dtpm->children))
200 * given the weight of the children.
231 list_for_each_entry(child, &dtpm->children, siblin
[all...]
/linux-master/drivers/scsi/
H A Ddc395x.c312 struct DeviceCtlBlk *children[DC395x_MAX_SCSI_ID][32]; member in struct:AdapterCtlBlk
836 return acb->children[id][lun];
3636 acb->children[dcb->target_id][dcb->target_lun] = dcb;
3670 /* clear map and children */
3672 acb->children[dcb->target_id][dcb->target_lun] = NULL;
/linux-master/drivers/scsi/libsas/
H A Dsas_discover.c30 INIT_LIST_HEAD(&dev->ex_dev.children);
H A Dsas_expander.c856 list_add_tail(&child->siblings, &parent_ex->children);
964 list_add_tail(&child->siblings, &parent->ex_dev.children);
1092 list_for_each_entry(child, &ex->children, siblings) {
1820 list_for_each_entry(ch, &ex->children, siblings) {
1836 list_for_each_entry_safe(child, n, &ex->children, siblings) {
1854 &ex_dev->children, siblings) {
1888 list_for_each_entry(child, &ex_root->children, siblings) {
1939 list_for_each_entry(child, &dev->ex_dev.children, siblings) {
/linux-master/drivers/sh/clk/
H A Dcore.c219 list_add(&child->sibling, &parent->children);
225 /* Propagate rate to children */
230 list_for_each_entry(clkp, &tclk->children, sibling) {
426 INIT_LIST_HEAD(&clk->children);
434 list_add(&clk->sibling, &clk->parent->children);
/linux-master/drivers/usb/gadget/function/
H A Duvc_configfs.c118 const struct uvcg_config_group_type **children; member in struct:uvcg_config_group_type
145 for (child = type->children; child && *child; ++child) {
454 .children = (const struct uvcg_config_group_type*[]) {
627 .children = (const struct uvcg_config_group_type*[]) {
759 .children = (const struct uvcg_config_group_type*[]) {
775 .children = (const struct uvcg_config_group_type*[]) {
1555 .children = (const struct uvcg_config_group_type*[]) {
1759 * Linking is only allowed to direct children of the format nodes
3272 .children = (const struct uvcg_config_group_type*[]) {
3466 .children
[all...]
/linux-master/fs/bcachefs/
H A Dsnapshot.c208 prt_printf(out, "is_subvol %llu deleted %llu parent %10u children %10u %10u subvol %u tree %u",
212 le32_to_cpu(s.v->children[0]),
213 le32_to_cpu(s.v->children[1]),
246 bkey_fsck_err_on(le32_to_cpu(s.v->children[0]) < le32_to_cpu(s.v->children[1]), c, err,
248 "children not normalized");
250 bkey_fsck_err_on(s.v->children[0] && s.v->children[0] == s.v->children[1], c, err,
255 id = le32_to_cpu(s.v->children[
1427 u32 children[2]; local
[all...]

Completed in 452 milliseconds

123456