Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c393 tstart = clock->pps_info.start[i]; in mlx5_pps_out()
394 clock->pps_info.start[i] = 0; in mlx5_pps_out()
698 clock->pps_info.pin_armed[pin] = on; in mlx5_extts_configure()
767 struct mlx5_pps *pps_info = &mdev->clock->pps_info; in mlx5_perout_conf_out_pulse_duration() local
800 struct mlx5_pps *pps_info = &mdev->clock->pps_info; in perout_conf_npps_real_time() local
808 pps_info->min_npps_period); in perout_conf_npps_real_time()
922 clock->pps_info.enabled = !!on; in mlx5_pps_configure()
958 return !(clock->pps_info.pin_caps[pin] & in mlx5_ptp_verify()
1118 if (clock->pps_info.enabled) { in mlx5_pps_event()
1135 clock->pps_info.start[pin] = ns; in mlx5_pps_event()
[all …]
H A Dclock.h60 struct mlx5_pps pps_info; member
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H 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 …]
H A Dbnxt_ptp.h104 struct bnxt_pps pps_info; member