Home
last modified time | relevance | path

Searched refs:ICE_FLAG_PTP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c1370 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_link_change()
2065 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_get_ts_config()
2132 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_set_ts_config()
2454 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_periodic_work()
2542 set_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_reset()
2563 clear_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_prepare_for_reset()
2735 set_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_init()
2749 clear_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_init()
2762 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_release()
2770 clear_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_release()
H A Dice.h493 ICE_FLAG_PTP, /* PTP is enabled by software */ enumerator
H A Dice_ethtool.c3278 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_get_ts_info()