Searched refs:ptp_enable (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | ptp.c | 421 .ptp_enable = mv88e6352_ptp_enable, 444 .ptp_enable = mv88e6352_ptp_enable, 467 .ptp_enable = mv88e6352_ptp_enable, 561 chip->ptp_clock_info.enable = ptp_ops->ptp_enable; in mv88e6xxx_ptp_setup()
|
H A D | chip.h | 709 int (*ptp_enable)(struct ptp_clock_info *ptp, member
|
/openbmc/linux/drivers/ptp/ |
H A D | ptp_clock.c | 192 static int ptp_enable(struct ptp_clock_info *ptp, struct ptp_clock_request *request, int on) in ptp_enable() function 260 ptp->info->enable = ptp_enable; in ptp_clock_register()
|
/openbmc/linux/drivers/net/phy/ |
H A D | nxp-c45-tja11xx.c | 279 void (*ptp_enable)(struct phy_device *phydev, bool enable); member 1060 data->ptp_enable(phydev, true); in nxp_c45_hwtstamp() 1065 data->ptp_enable(phydev, false); in nxp_c45_hwtstamp() 1797 .ptp_enable = tja1103_ptp_enable, 1912 .ptp_enable = tja1120_ptp_enable,
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_ptp.c | 75 return (pi->ptp_enable && cxgb4_xmit_with_hwtstamp(skb) && in is_ptp_enabled()
|
H A D | cxgb4.h | 678 bool ptp_enable; member
|
H A D | sge.c | 3739 if (unlikely(pi->ptp_enable)) { in t4_ethrx_handler() 3748 if (unlikely(pi->ptp_enable && !ret && in t4_ethrx_handler()
|
H A D | cxgb4_main.c | 3139 pi->ptp_enable = false; in cxgb_ioctl() 3146 pi->ptp_enable = true; in cxgb_ioctl()
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_device.h | 604 bool ptp_enable; member
|
H A D | lio_main.c | 847 oct_dev->ptp_enable = true; in liquidio_probe() 849 oct_dev->ptp_enable = false; in liquidio_probe() 1790 if (oct->ptp_enable) in liquidio_open() 2180 if (lio->oct_dev->ptp_enable) in liquidio_ioctl()
|
H A D | lio_core.c | 638 if (oct->ptp_enable) { in liquidio_push_packet()
|