Home
last modified time | relevance | path

Searched refs:pps_info (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c216 pps_info); in mlx5_pps_out()
227 tstart = clock->pps_info.start[i]; in mlx5_pps_out()
228 clock->pps_info.start[i] = 0; in mlx5_pps_out()
565 struct mlx5_pps *pps_info = &mdev->clock.pps_info; in mlx5_perout_conf_out_pulse_duration() local
598 struct mlx5_pps *pps_info = &mdev->clock.pps_info; in perout_conf_npps_real_time() local
606 pps_info->min_npps_period); in perout_conf_npps_real_time()
710 clock->pps_info.enabled = !!on; in mlx5_pps_configure()
746 return !(clock->pps_info.pin_caps[pin] & in mlx5_ptp_verify()
749 return !(clock->pps_info.pin_caps[pin] & in mlx5_ptp_verify()
906 if (clock->pps_info.enabled) { in mlx5_pps_event()
[all …]
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.c302 ptp->pps_info.pins[pin].usage = usage; in bnxt_ptp_cfg_pin()
303 ptp->pps_info.pins[pin].state = state; in bnxt_ptp_cfg_pin()
366 pps = &ptp->pps_info; in bnxt_ptp_reapply_pps()
483 ptp->pps_info.pins[0].event = BNXT_PPS_EVENT_INTERNAL; in bnxt_ptp_enable()
780 if (ptp->pps_info.pins[pin].usage <= BNXT_PPS_PIN_PPS_OUT && in bnxt_ptp_verify()
793 struct bnxt_pps *pps_info; in bnxt_ptp_pps_init() local
810 pps_info = &ptp->pps_info; in bnxt_ptp_pps_init()
811 pps_info->num_pins = resp->num_pins; in bnxt_ptp_pps_init()
812 ptp_info->n_pins = pps_info->num_pins; in bnxt_ptp_pps_init()
823 for (i = 0; i < pps_info->num_pins; i++, pin_usg++) { in bnxt_ptp_pps_init()
[all …]
H A Dbnxt_ptp.h85 struct bnxt_pps pps_info; member
/openbmc/linux/include/linux/mlx5/
H A Ddriver.h721 struct mlx5_pps pps_info; member