Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/dsa/mv88e6xxx/
H A Dptp.c370 .ptp_enable = mv88e6352_ptp_enable,
397 .ptp_enable = mv88e6352_ptp_enable,
490 chip->ptp_clock_info.enable = ptp_ops->ptp_enable; in mv88e6xxx_ptp_setup()
H A Dchip.h625 int (*ptp_enable)(struct ptp_clock_info *ptp, member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ptp.c75 return (pi->ptp_enable && cxgb4_xmit_with_hwtstamp(skb) && in is_ptp_enabled()
H A Dcxgb4.h680 bool ptp_enable; member
H A Dsge.c3714 if (unlikely(pi->ptp_enable)) { in t4_ethrx_handler()
3723 if (unlikely(pi->ptp_enable && !ret && in t4_ethrx_handler()
H A Dcxgb4_main.c3137 pi->ptp_enable = false; in cxgb_ioctl()
3144 pi->ptp_enable = true; in cxgb_ioctl()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/
H A Docteon_device.h604 bool ptp_enable; member
H A Dlio_main.c853 oct_dev->ptp_enable = true; in liquidio_probe()
855 oct_dev->ptp_enable = false; in liquidio_probe()
1796 if (oct->ptp_enable) in liquidio_open()
2190 if (lio->oct_dev->ptp_enable) in liquidio_ioctl()
H A Dlio_core.c630 if (oct->ptp_enable) { in liquidio_push_packet()