/linux-6.1.9/drivers/net/ethernet/xscale/ |
D | ixp46x_ts.h | 66 int ixp46x_ptp_find(struct ixp46x_ts_regs *__iomem *regs, int *phc_index); 68 static inline int ixp46x_ptp_find(struct ixp46x_ts_regs *__iomem *regs, int *phc_index) in ixp46x_ptp_find() argument 71 *phc_index = -1; in ixp46x_ptp_find()
|
D | ptp_ixp46x.c | 244 int ixp46x_ptp_find(struct ixp46x_ts_regs *__iomem *regs, int *phc_index) in ixp46x_ptp_find() argument 247 *phc_index = ptp_clock_index(ixp_clock.ptp_clock); in ixp46x_ptp_find()
|
D | ixp4xx_eth.c | 187 int phc_index; member 400 ret = ixp46x_ptp_find(&port->timesync_regs, &port->phc_index); in hwtstamp_set() 1014 if (port->phc_index < 0) in ixp4xx_get_ts_info() 1015 ixp46x_ptp_find(&port->timesync_regs, &port->phc_index); in ixp4xx_get_ts_info() 1017 info->phc_index = port->phc_index; in ixp4xx_get_ts_info() 1019 if (info->phc_index < 0) { in ixp4xx_get_ts_info() 1463 port->phc_index = -1; in ixp4xx_eth_probe()
|
/linux-6.1.9/net/ethtool/ |
D | tsinfo.c | 80 if (ts_info->phc_index >= 0) in tsinfo_reply_size() 119 if (ts_info->phc_index >= 0 && in tsinfo_fill_reply() 120 nla_put_u32(skb, ETHTOOL_A_TSINFO_PHC_INDEX, ts_info->phc_index)) in tsinfo_fill_reply()
|
D | common.c | 558 info->phc_index = -1; in __ethtool_get_ts_info() 569 num = ptp_get_vclocks_index(info.phc_index, vclock_index); in ethtool_get_phc_vclocks()
|
/linux-6.1.9/drivers/net/ethernet/qlogic/qede/ |
D | qede_ptp.c | 329 info->phc_index = -1; in qede_ptp_get_ts_info() 342 info->phc_index = ptp_clock_index(ptp->clock); in qede_ptp_get_ts_info() 344 info->phc_index = -1; in qede_ptp_get_ts_info()
|
/linux-6.1.9/drivers/net/ethernet/engleder/ |
D | tsnep_ethtool.c | 304 info->phc_index = ptp_clock_index(adapter->ptp_clock); in tsnep_ethtool_get_ts_info() 306 info->phc_index = -1; in tsnep_ethtool_get_ts_info()
|
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_ethtool.c | 463 info->phc_index = -1; in dpaa_get_ts_info() 480 info->phc_index = ptp->phc_index; in dpaa_get_ts_info()
|
/linux-6.1.9/drivers/net/ethernet/freescale/enetc/ |
D | enetc_ptp.c | 95 enetc_phc_index = ptp_qoriq->phc_index; in enetc_ptp_probe()
|
/linux-6.1.9/drivers/net/ethernet/ti/ |
D | cpts.h | 111 int phc_index; member
|
D | cpsw_ethtool.c | 731 info->phc_index = cpsw->cpts->phc_index; in cpsw_get_ts_info() 747 info->phc_index = -1; in cpsw_get_ts_info()
|
D | cpts.c | 586 cpts->phc_index = ptp_clock_index(cpts->clock); in cpts_register() 604 cpts->phc_index = -1; in cpts_unregister() 790 cpts->phc_index = -1; in cpts_create()
|
D | am65-cpts.c | 161 int phc_index; member 829 return cpts->phc_index; in am65_cpts_phc_index() 1004 cpts->phc_index = ptp_clock_index(cpts->ptp_clock); in am65_cpts_create()
|
/linux-6.1.9/include/linux/fsl/ |
D | ptp_qoriq.h | 153 int phc_index; member
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_ptp.h | 18 info->phc_index = -1; in mlxsw_sp_ptp_get_ts_info_noptp()
|
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-ptp.c | 201 dpaa2_phc_index = ptp_qoriq->phc_index; in dpaa2_ptp_probe()
|
/linux-6.1.9/drivers/net/ethernet/sfc/siena/ |
D | ethtool.c | 236 ts_info->phc_index = -1; in efx_ethtool_get_ts_info()
|
/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | ethtool.c | 236 ts_info->phc_index = -1; in efx_ethtool_get_ts_info()
|
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_ptp.c | 411 info->phc_index = ptp_clock_index(hdev->ptp->clock); in hclge_ptp_get_ts_info() 413 info->phc_index = -1; in hclge_ptp_get_ts_info()
|
/linux-6.1.9/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 586 ts_info->phc_index = ptp_clock_index(pdata->ptp_clock); in xgbe_get_ts_info() 588 ts_info->phc_index = -1; in xgbe_get_ts_info()
|
/linux-6.1.9/drivers/net/dsa/hirschmann/ |
D | hellcreek_hwtstamp.c | 23 info->phc_index = hellcreek->ptp_clock ? in hellcreek_get_ts_info()
|
/linux-6.1.9/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_ethtool.c | 560 info->phc_index = phc->clock ? ptp_clock_index(phc->clock) : -1; in lan966x_get_ts_info() 561 if (info->phc_index == -1) { in lan966x_get_ts_info()
|
/linux-6.1.9/drivers/net/ethernet/mscc/ |
D | ocelot_ptp.c | 564 info->phc_index = ocelot->ptp_clock ? in ocelot_get_ts_info() 566 if (info->phc_index == -1) { in ocelot_get_ts_info()
|
/linux-6.1.9/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 1456 info->phc_index = -1; in gfar_get_ts_info() 1474 info->phc_index = ptp->phc_index; in gfar_get_ts_info()
|
/linux-6.1.9/drivers/net/can/dev/ |
D | dev.c | 367 info->phc_index = -1; in can_ethtool_op_get_ts_info_hwts()
|