Home
last modified time | relevance | path

Searched refs:supported_extts_flags (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/ptp/
H A Dptp_chardev.c205 unsigned int supported_extts_flags; in ptp_extts_request() local
230 supported_extts_flags = ptp->info->supported_extts_flags; in ptp_extts_request()
232 supported_extts_flags |= PTP_ENABLE_FEATURE; in ptp_extts_request()
237 if (!(supported_extts_flags & PTP_STRICT_FLAGS)) in ptp_extts_request()
238 supported_extts_flags |= PTP_EXTTS_EDGES; in ptp_extts_request()
240 if (req.extts.flags & ~supported_extts_flags) in ptp_extts_request()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c1339 adapter->ptp_caps.supported_extts_flags = PTP_RISING_EDGE | in igb_ptp_init()
1364 adapter->ptp_caps.supported_extts_flags = PTP_RISING_EDGE | in igb_ptp_init()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c997 .supported_extts_flags = PTP_RISING_EDGE |
/linux/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c1193 adapter->ptp_caps.supported_extts_flags = PTP_RISING_EDGE | in igc_ptp_init()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.c996 ptp_info->supported_extts_flags = PTP_RISING_EDGE | PTP_STRICT_FLAGS; in bnxt_ptp_pps_init()
/linux/drivers/net/phy/
H A Ddp83640.c971 clock->caps.supported_extts_flags = PTP_RISING_EDGE | in dp83640_clock_init()
H A Dmicrel.c4478 shared->ptp_clock_info.supported_extts_flags = PTP_RISING_EDGE | in __lan8814_ptp_probe_once()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c2556 info->supported_extts_flags = PTP_RISING_EDGE | in ice_ptp_set_caps()