ptp_ops 3252 drivers/net/dsa/mv88e6xxx/chip.c .ptp_ops = &mv88e6165_ptp_ops, ptp_ops 3286 drivers/net/dsa/mv88e6xxx/chip.c .ptp_ops = &mv88e6165_ptp_ops, ptp_ops 3646 drivers/net/dsa/mv88e6xxx/chip.c .ptp_ops = &mv88e6352_ptp_ops, ptp_ops 3698 drivers/net/dsa/mv88e6xxx/chip.c .ptp_ops = &mv88e6352_ptp_ops, ptp_ops 3738 drivers/net/dsa/mv88e6xxx/chip.c .ptp_ops = &mv88e6250_ptp_ops, ptp_ops 3789 drivers/net/dsa/mv88e6xxx/chip.c .ptp_ops = &mv88e6352_ptp_ops, ptp_ops 3833 drivers/net/dsa/mv88e6xxx/chip.c .ptp_ops = &mv88e6352_ptp_ops, ptp_ops 3875 drivers/net/dsa/mv88e6xxx/chip.c .ptp_ops = &mv88e6352_ptp_ops, ptp_ops 3927 drivers/net/dsa/mv88e6xxx/chip.c .ptp_ops = &mv88e6352_ptp_ops, ptp_ops 4009 drivers/net/dsa/mv88e6xxx/chip.c .ptp_ops = &mv88e6352_ptp_ops, ptp_ops 4061 drivers/net/dsa/mv88e6xxx/chip.c .ptp_ops = &mv88e6352_ptp_ops, ptp_ops 4117 drivers/net/dsa/mv88e6xxx/chip.c .ptp_ops = &mv88e6352_ptp_ops, ptp_ops 4170 drivers/net/dsa/mv88e6xxx/chip.c .ptp_ops = &mv88e6352_ptp_ops, ptp_ops 516 drivers/net/dsa/mv88e6xxx/chip.h const struct mv88e6xxx_ptp_ops *ptp_ops; ptp_ops 69 drivers/net/dsa/mv88e6xxx/hwtstamp.c const struct mv88e6xxx_ptp_ops *ptp_ops; ptp_ops 73 drivers/net/dsa/mv88e6xxx/hwtstamp.c ptp_ops = chip->info->ops->ptp_ops; ptp_ops 86 drivers/net/dsa/mv88e6xxx/hwtstamp.c info->rx_filters = ptp_ops->rx_filters; ptp_ops 94 drivers/net/dsa/mv88e6xxx/hwtstamp.c const struct mv88e6xxx_ptp_ops *ptp_ops = chip->info->ops->ptp_ops; ptp_ops 122 drivers/net/dsa/mv88e6xxx/hwtstamp.c if (!(BIT(config->rx_filter) & ptp_ops->rx_filters)) { ptp_ops 153 drivers/net/dsa/mv88e6xxx/hwtstamp.c if (chip->enable_count == 1 && ptp_ops->global_enable) ptp_ops 154 drivers/net/dsa/mv88e6xxx/hwtstamp.c ptp_ops->global_enable(chip); ptp_ops 155 drivers/net/dsa/mv88e6xxx/hwtstamp.c if (ptp_ops->port_enable) ptp_ops 156 drivers/net/dsa/mv88e6xxx/hwtstamp.c ptp_ops->port_enable(chip, port); ptp_ops 158 drivers/net/dsa/mv88e6xxx/hwtstamp.c if (ptp_ops->port_disable) ptp_ops 159 drivers/net/dsa/mv88e6xxx/hwtstamp.c ptp_ops->port_disable(chip, port); ptp_ops 161 drivers/net/dsa/mv88e6xxx/hwtstamp.c if (chip->enable_count == 0 && ptp_ops->global_disable) ptp_ops 162 drivers/net/dsa/mv88e6xxx/hwtstamp.c ptp_ops->global_disable(chip); ptp_ops 345 drivers/net/dsa/mv88e6xxx/hwtstamp.c const struct mv88e6xxx_ptp_ops *ptp_ops = chip->info->ops->ptp_ops; ptp_ops 351 drivers/net/dsa/mv88e6xxx/hwtstamp.c mv88e6xxx_get_rxts(chip, ps, skb, ptp_ops->arr0_sts_reg, ptp_ops 356 drivers/net/dsa/mv88e6xxx/hwtstamp.c mv88e6xxx_get_rxts(chip, ps, skb, ptp_ops->arr1_sts_reg, ptp_ops 397 drivers/net/dsa/mv88e6xxx/hwtstamp.c const struct mv88e6xxx_ptp_ops *ptp_ops = chip->info->ops->ptp_ops; ptp_ops 410 drivers/net/dsa/mv88e6xxx/hwtstamp.c ptp_ops->dep_sts_reg, ptp_ops 434 drivers/net/dsa/mv88e6xxx/hwtstamp.c mv88e6xxx_port_ptp_write(chip, ps->port_id, ptp_ops->dep_sts_reg, 0); ptp_ops 571 drivers/net/dsa/mv88e6xxx/hwtstamp.c const struct mv88e6xxx_ptp_ops *ptp_ops = chip->info->ops->ptp_ops; ptp_ops 579 drivers/net/dsa/mv88e6xxx/hwtstamp.c if (ptp_ops->port_disable) ptp_ops 580 drivers/net/dsa/mv88e6xxx/hwtstamp.c return ptp_ops->port_disable(chip, port); ptp_ops 587 drivers/net/dsa/mv88e6xxx/hwtstamp.c const struct mv88e6xxx_ptp_ops *ptp_ops = chip->info->ops->ptp_ops; ptp_ops 599 drivers/net/dsa/mv88e6xxx/hwtstamp.c if (ptp_ops->global_disable) { ptp_ops 600 drivers/net/dsa/mv88e6xxx/hwtstamp.c err = ptp_ops->global_disable(chip); ptp_ops 202 drivers/net/dsa/mv88e6xxx/ptp.c const struct mv88e6xxx_ptp_ops *ptp_ops = chip->info->ops->ptp_ops; ptp_ops 212 drivers/net/dsa/mv88e6xxx/ptp.c mult = ptp_ops->cc_mult; ptp_ops 213 drivers/net/dsa/mv88e6xxx/ptp.c adj = ptp_ops->cc_mult_num; ptp_ops 215 drivers/net/dsa/mv88e6xxx/ptp.c diff = div_u64(adj, ptp_ops->cc_mult_dem); ptp_ops 426 drivers/net/dsa/mv88e6xxx/ptp.c if (chip->info->ops->ptp_ops->clock_read) ptp_ops 427 drivers/net/dsa/mv88e6xxx/ptp.c return chip->info->ops->ptp_ops->clock_read(cc); ptp_ops 450 drivers/net/dsa/mv88e6xxx/ptp.c const struct mv88e6xxx_ptp_ops *ptp_ops = chip->info->ops->ptp_ops; ptp_ops 457 drivers/net/dsa/mv88e6xxx/ptp.c chip->tstamp_cc.mult = ptp_ops->cc_mult; ptp_ops 458 drivers/net/dsa/mv88e6xxx/ptp.c chip->tstamp_cc.shift = ptp_ops->cc_shift; ptp_ops 464 drivers/net/dsa/mv88e6xxx/ptp.c if (ptp_ops->event_work) ptp_ops 465 drivers/net/dsa/mv88e6xxx/ptp.c INIT_DELAYED_WORK(&chip->tai_event_work, ptp_ops->event_work); ptp_ops 471 drivers/net/dsa/mv88e6xxx/ptp.c chip->ptp_clock_info.n_ext_ts = ptp_ops->n_ext_ts; ptp_ops 490 drivers/net/dsa/mv88e6xxx/ptp.c chip->ptp_clock_info.enable = ptp_ops->ptp_enable; ptp_ops 491 drivers/net/dsa/mv88e6xxx/ptp.c chip->ptp_clock_info.verify = ptp_ops->ptp_verify; ptp_ops 508 drivers/net/dsa/mv88e6xxx/ptp.c if (chip->info->ops->ptp_ops->event_work) ptp_ops 1859 drivers/net/ethernet/mellanox/mlxsw/spectrum.c err = mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_set(mlxsw_sp_port, ptp_ops 1876 drivers/net/ethernet/mellanox/mlxsw/spectrum.c err = mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_get(mlxsw_sp_port, ptp_ops 1891 drivers/net/ethernet/mellanox/mlxsw/spectrum.c mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_set(mlxsw_sp_port, &config); ptp_ops 2375 drivers/net/ethernet/mellanox/mlxsw/spectrum.c mlxsw_sp_port->mlxsw_sp->ptp_ops->get_stats_strings(&p); ptp_ops 2513 drivers/net/ethernet/mellanox/mlxsw/spectrum.c mlxsw_sp_port->mlxsw_sp->ptp_ops->get_stats(mlxsw_sp_port, ptp_ops 2515 drivers/net/ethernet/mellanox/mlxsw/spectrum.c data_index += mlxsw_sp_port->mlxsw_sp->ptp_ops->get_stats_count(); ptp_ops 2525 drivers/net/ethernet/mellanox/mlxsw/spectrum.c mlxsw_sp_port->mlxsw_sp->ptp_ops->get_stats_count(); ptp_ops 3415 drivers/net/ethernet/mellanox/mlxsw/spectrum.c return mlxsw_sp->ptp_ops->get_ts_info(mlxsw_sp, info); ptp_ops 3804 drivers/net/ethernet/mellanox/mlxsw/spectrum.c mlxsw_sp->ptp_ops->shaper_work); ptp_ops 4340 drivers/net/ethernet/mellanox/mlxsw/spectrum.c mlxsw_sp->ptp_ops->receive(mlxsw_sp, skb, local_port); ptp_ops 4865 drivers/net/ethernet/mellanox/mlxsw/spectrum.c mlxsw_sp->ptp_ops->clock_init(mlxsw_sp, ptp_ops 4876 drivers/net/ethernet/mellanox/mlxsw/spectrum.c mlxsw_sp->ptp_state = mlxsw_sp->ptp_ops->init(mlxsw_sp); ptp_ops 4915 drivers/net/ethernet/mellanox/mlxsw/spectrum.c mlxsw_sp->ptp_ops->fini(mlxsw_sp->ptp_state); ptp_ops 4918 drivers/net/ethernet/mellanox/mlxsw/spectrum.c mlxsw_sp->ptp_ops->clock_fini(mlxsw_sp->clock); ptp_ops 4965 drivers/net/ethernet/mellanox/mlxsw/spectrum.c mlxsw_sp->ptp_ops = &mlxsw_sp1_ptp_ops; ptp_ops 4987 drivers/net/ethernet/mellanox/mlxsw/spectrum.c mlxsw_sp->ptp_ops = &mlxsw_sp2_ptp_ops; ptp_ops 5000 drivers/net/ethernet/mellanox/mlxsw/spectrum.c mlxsw_sp->ptp_ops->fini(mlxsw_sp->ptp_state); ptp_ops 5001 drivers/net/ethernet/mellanox/mlxsw/spectrum.c mlxsw_sp->ptp_ops->clock_fini(mlxsw_sp->clock); ptp_ops 5372 drivers/net/ethernet/mellanox/mlxsw/spectrum.c mlxsw_sp->ptp_ops->transmitted(mlxsw_sp, skb, local_port); ptp_ops 179 drivers/net/ethernet/mellanox/mlxsw/spectrum.h const struct mlxsw_sp_ptp_ops *ptp_ops;