Searched refs:kernel_cfg (Results 1 – 3 of 3) sorted by relevance
| /linux/net/core/ |
| H A D | dev_ioctl.c | 285 struct kernel_hwtstamp_config kernel_cfg = {}; in dev_get_hwtstamp() 295 kernel_cfg.ifr = ifr; in dev_get_hwtstamp() 297 err = dev_get_hwtstamp_phylib(dev, &kernel_cfg); in dev_get_hwtstamp() 305 if (!kernel_cfg.copied_to_user) { in dev_get_hwtstamp() 306 hwtstamp_config_from_kernel(&cfg, &kernel_cfg); in dev_get_hwtstamp() 394 struct kernel_hwtstamp_config kernel_cfg = {}; in dev_set_hwtstamp() 402 hwtstamp_config_to_kernel(&kernel_cfg, &cfg); in dev_set_hwtstamp() 403 kernel_cfg.ifr = ifr; in dev_set_hwtstamp() 405 err = net_hwtstamp_validate(&kernel_cfg); in dev_set_hwtstamp() 409 err = dsa_conduit_hwtstamp_validate(dev, &kernel_cfg, in dev_set_hwtstamp() 284 struct kernel_hwtstamp_config kernel_cfg = {}; dev_get_hwtstamp() local 393 struct kernel_hwtstamp_config kernel_cfg = {}; dev_set_hwtstamp() local 441 generic_hwtstamp_ioctl_lower(struct net_device * dev,int cmd,struct kernel_hwtstamp_config * kernel_cfg) generic_hwtstamp_ioctl_lower() argument 463 generic_hwtstamp_get_lower(struct net_device * dev,struct kernel_hwtstamp_config * kernel_cfg) generic_hwtstamp_get_lower() argument 486 generic_hwtstamp_set_lower(struct net_device * dev,struct kernel_hwtstamp_config * kernel_cfg,struct netlink_ext_ack * extack) generic_hwtstamp_set_lower() argument [all...] |
| /linux/drivers/net/bonding/ |
| H A D | bond_main.c | 5675 static int bond_set_phc_index_flag(struct kernel_hwtstamp_config *kernel_cfg) in bond_set_phc_index_flag() argument 5677 struct ifreq *ifr = kernel_cfg->ifr; in bond_set_phc_index_flag() 5680 if (kernel_cfg->copied_to_user) { in bond_set_phc_index_flag() 5689 kernel_cfg->flags |= HWTSTAMP_FLAG_BONDED_PHC_INDEX; in bond_set_phc_index_flag()
|
| /linux/include/linux/ |
| H A D | netdevice.h | 4249 struct kernel_hwtstamp_config *kernel_cfg); 4251 struct kernel_hwtstamp_config *kernel_cfg,
|