Home
last modified time | relevance | path

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

/linux/drivers/net/can/dev/
H A Ddev.c355 struct hwtstamp_config hwts_cfg = { 0 }; in can_eth_ioctl_hwts() local
359 if (copy_from_user(&hwts_cfg, ifr->ifr_data, sizeof(hwts_cfg))) in can_eth_ioctl_hwts()
361 if (hwts_cfg.tx_type == HWTSTAMP_TX_ON && in can_eth_ioctl_hwts()
362 hwts_cfg.rx_filter == HWTSTAMP_FILTER_ALL) in can_eth_ioctl_hwts()
367 hwts_cfg.tx_type = HWTSTAMP_TX_ON; in can_eth_ioctl_hwts()
368 hwts_cfg.rx_filter = HWTSTAMP_FILTER_ALL; in can_eth_ioctl_hwts()
369 if (copy_to_user(ifr->ifr_data, &hwts_cfg, sizeof(hwts_cfg))) in can_eth_ioctl_hwts()