Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth.h124 struct hwtstamp_config hwtstamp_cfg; member
H A Dfuneth_main.c1021 return copy_to_user(ifr->ifr_data, &fp->hwtstamp_cfg, in fun_hwtstamp_get()
1022 sizeof(fp->hwtstamp_cfg)) ? -EFAULT : 0; in fun_hwtstamp_get()
1060 fp->hwtstamp_cfg = cfg; in fun_hwtstamp_set()
H A Dfuneth_rx.c344 return d->hwtstamp_cfg.rx_filter == HWTSTAMP_FILTER_ALL; in rx_hwtstamp_enabled()