Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dclock.c393 tstart = clock->pps_info.start[i]; in mlx5_pps_out()
394 clock->pps_info.start[i] = 0; in mlx5_pps_out()
691 clock->pps_info.pin_armed[pin] = on; in mlx5_extts_configure()
760 struct mlx5_pps *pps_info = &mdev->clock->pps_info; in mlx5_perout_conf_out_pulse_duration() local
793 struct mlx5_pps *pps_info = &mdev->clock->pps_info; in perout_conf_npps_real_time() local
801 pps_info->min_npps_period); in perout_conf_npps_real_time()
903 clock->pps_info.enabled = !!on; in mlx5_pps_configure()
939 return !(clock->pps_info.pin_caps[pin] & in mlx5_ptp_verify()
1106 if (clock->pps_info.enabled) { in mlx5_pps_event()
1123 clock->pps_info.start[pin] = ns; in mlx5_pps_event()
[all …]
A Dclock.h60 struct mlx5_pps pps_info; member
/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_ptp.c340 ptp->pps_info.pins[pin].usage = usage; in bnxt_ptp_cfg_pin()
341 ptp->pps_info.pins[pin].state = state; in bnxt_ptp_cfg_pin()
408 pps = &ptp->pps_info; in bnxt_ptp_reapply_pps()
499 ptp->pps_info.pins[pin_id].event = BNXT_PPS_EVENT_EXTERNAL; in bnxt_ptp_enable()
522 ptp->pps_info.pins[0].event = BNXT_PPS_EVENT_INTERNAL; in bnxt_ptp_enable()
924 struct bnxt_pps *pps_info; in bnxt_ptp_pps_init() local
941 pps_info = &ptp->pps_info; in bnxt_ptp_pps_init()
942 pps_info->num_pins = resp->num_pins; in bnxt_ptp_pps_init()
943 ptp_info->n_pins = pps_info->num_pins; in bnxt_ptp_pps_init()
954 for (i = 0; i < pps_info->num_pins; i++, pin_usg++) { in bnxt_ptp_pps_init()
[all …]
A Dbnxt_ptp.h104 struct bnxt_pps pps_info; member

Completed in 13 milliseconds