Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c214 if (!mlxsw_sp->ptp_ops->tx_as_data) in mlxsw_sp_txhdr_preparations()
1168 return mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_set(mlxsw_sp_port, in mlxsw_sp_port_hwtstamp_set()
1177 return mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_get(mlxsw_sp_port, in mlxsw_sp_port_hwtstamp_get()
1185 mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_set(mlxsw_sp_port, &config, in mlxsw_sp_port_ptp_clear()
1681 mlxsw_sp->ptp_ops->shaper_work); in mlxsw_sp_port_create()
2341 mlxsw_sp->ptp_ops->receive(mlxsw_sp, skb, local_port); in mlxsw_sp_ptp_receive()
3127 mlxsw_sp->ptp_ops->clock_init(mlxsw_sp, in mlxsw_sp_init()
3138 mlxsw_sp->ptp_state = mlxsw_sp->ptp_ops->init(mlxsw_sp); in mlxsw_sp_init()
3195 mlxsw_sp->ptp_ops->fini(mlxsw_sp->ptp_state); in mlxsw_sp_init()
3198 mlxsw_sp->ptp_ops->clock_fini(mlxsw_sp->clock); in mlxsw_sp_init()
[all …]
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c4507 .ptp_ops = &mv88e6165_ptp_ops,
4545 .ptp_ops = &mv88e6165_ptp_ops,
4968 .ptp_ops = &mv88e6352_ptp_ops,
5028 .ptp_ops = &mv88e6352_ptp_ops,
5073 .ptp_ops = &mv88e6352_ptp_ops,
5134 .ptp_ops = &mv88e6390_ptp_ops,
5188 .ptp_ops = &mv88e6352_ptp_ops,
5240 .ptp_ops = &mv88e6352_ptp_ops,
5299 .ptp_ops = &mv88e6352_ptp_ops,
5399 .ptp_ops = &mv88e6352_ptp_ops,
[all …]
H A Dchip.h671 const struct mv88e6xxx_ptp_ops *ptp_ops; member