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.c81 static void vlan_stacked_transfer_operstate(const struct net_device *rootdev, in vlan_stacked_transfer_operstate() argument
86 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.c10091 void netif_stacked_transfer_operstate(const struct net_device *rootdev, in netif_stacked_transfer_operstate() argument
10094 if (rootdev->operstate == IF_OPER_DORMANT) in netif_stacked_transfer_operstate()
10099 if (rootdev->operstate == IF_OPER_TESTING) in netif_stacked_transfer_operstate()
10104 if (netif_carrier_ok(rootdev)) in netif_stacked_transfer_operstate()
/linux/include/linux/
H A Dnetdevice.h4947 void netif_stacked_transfer_operstate(const struct net_device *rootdev,