Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/dsa/mv88e6xxx/
H A Dptp.c425 .ptp_enable = mv88e6352_ptp_enable,
448 .ptp_enable = mv88e6352_ptp_enable,
471 .ptp_enable = mv88e6352_ptp_enable,
565 chip->ptp_clock_info.enable = ptp_ops->ptp_enable; in mv88e6xxx_ptp_setup()
H A Dchip.h736 int (*ptp_enable)(struct ptp_clock_info *ptp, member
/linux-6.15/drivers/ptp/
H A Dptp_clock.c220 static int ptp_enable(struct ptp_clock_info *ptp, struct ptp_clock_request *request, int on) in ptp_enable() function
303 ptp->info->enable = ptp_enable; in ptp_clock_register()
/linux-6.15/drivers/net/phy/
H A Dnxp-c45-tja11xx.c295 void (*ptp_enable)(struct phy_device *phydev, bool enable); member
1054 data->ptp_enable(phydev, true); in nxp_c45_hwtstamp()
1059 data->ptp_enable(phydev, false); in nxp_c45_hwtstamp()
1911 .ptp_enable = tja1103_ptp_enable,
2062 .ptp_enable = tja1120_ptp_enable,
/linux-6.15/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.h678 bool ptp_enable; member
H A Dsge.c3725 if (unlikely(pi->ptp_enable)) { in t4_ethrx_handler()
3734 if (unlikely(pi->ptp_enable && !ret && in t4_ethrx_handler()
H A Dcxgb4_main.c3127 pi->ptp_enable = false; in cxgb_ioctl()
3134 pi->ptp_enable = true; in cxgb_ioctl()
/linux-6.15/drivers/net/ethernet/cavium/liquidio/
H A Docteon_device.h604 bool ptp_enable; member
H A Dlio_main.c841 oct_dev->ptp_enable = true; in liquidio_probe()
843 oct_dev->ptp_enable = false; in liquidio_probe()
1784 if (oct->ptp_enable) in liquidio_open()
2174 if (lio->oct_dev->ptp_enable) in liquidio_ioctl()
H A Dlio_core.c639 if (oct->ptp_enable) { in liquidio_push_packet()