Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ice/
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()
2452 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_periodic_work()
2540 set_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_reset()
2561 clear_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_prepare_for_reset()
2733 set_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_init()
2747 clear_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_init()
2760 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_release()
2768 clear_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_release()
Dice.h491 ICE_FLAG_PTP, /* PTP is enabled by software */ enumerator
Dice_ethtool.c3278 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_get_ts_info()