Home
last modified time | relevance | path

Searched refs:rootdev (Results 1 – 8 of 8) sorted by relevance

/linux/arch/arm/kernel/
H A Datags_compat.c49 unsigned long rootdev; /* 16 */ member
123 tag->u.core.rootdev = params->u1.s.rootdev; in build_tag_list()
H A Datags_parse.c58 ROOT_DEV = old_decode_dev(tag->u.core.rootdev); in parse_tag_core()
/linux/arch/arm/include/uapi/asm/
H A Dsetup.h36 __u32 rootdev; member
/linux/arch/arm/mach-rpc/include/mach/
H A Duncompress.h23 unsigned long rootdev; member
/linux/net/8021q/
H A Dvlan.c80 static void vlan_stacked_transfer_operstate(const struct net_device *rootdev, in vlan_stacked_transfer_operstate() argument
85 netif_stacked_transfer_operstate(rootdev, dev); in vlan_stacked_transfer_operstate()
/linux/Documentation/arch/arm/
H A Dsetup.rst42 rootdev
/linux/net/core/
H A Ddev.c11127 * @rootdev: the root or lower level device to transfer state from in netif_stacked_transfer_operstate()
11134 void netif_stacked_transfer_operstate(const struct net_device *rootdev, in netif_stacked_transfer_operstate()
11137 if (rootdev->operstate == IF_OPER_DORMANT) in netif_stacked_transfer_operstate()
11142 if (rootdev->operstate == IF_OPER_TESTING) in netif_alloc_rx_queues()
11147 if (netif_carrier_ok(rootdev)) in netif_alloc_rx_queues()
11122 netif_stacked_transfer_operstate(const struct net_device * rootdev,struct net_device * dev) netif_stacked_transfer_operstate() argument
/linux/include/linux/
H A Dnetdevice.h5387 void netif_stacked_transfer_operstate(const struct net_device *rootdev,