Searched refs:rootdev (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/arm/kernel/
H A Datags_compat.c49 unsigned long rootdev; /* 16 */ member in struct:param_struct::__anon26::__anon27
123 tag->u.core.rootdev = params->u1.s.rootdev;
H A Datags_parse.c58 ROOT_DEV = old_decode_dev(tag->u.core.rootdev);
/linux-master/arch/arm/include/uapi/asm/
H A Dsetup.h36 __u32 rootdev; member in struct:tag_core
/linux-master/arch/arm/mach-rpc/include/mach/
H A Duncompress.h23 unsigned long rootdev; member in struct:param_struct
/linux-master/net/8021q/
H A Dvlan.c81 static void vlan_stacked_transfer_operstate(const struct net_device *rootdev, argument
86 netif_stacked_transfer_operstate(rootdev, dev);
/linux-master/net/core/
H A Ddev.c9992 * @rootdev: the root or lower level device to transfer state from
9999 void netif_stacked_transfer_operstate(const struct net_device *rootdev, argument
10002 if (rootdev->operstate == IF_OPER_DORMANT)
10007 if (rootdev->operstate == IF_OPER_TESTING)
10012 if (netif_carrier_ok(rootdev))
/linux-master/include/linux/
H A Dnetdevice.h4968 void netif_stacked_transfer_operstate(const struct net_device *rootdev,

Completed in 153 milliseconds