Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/
Dice_ptp.c1368 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_link_change()
2044 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_get_ts_config()
2111 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_set_ts_config()
2394 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_periodic_work()
2484 set_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_reset()
2505 clear_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_prepare_for_reset()
2677 set_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_init()
2691 clear_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_init()
2704 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_release()
2712 clear_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_release()
Dice.h471 ICE_FLAG_PTP, /* PTP is enabled by software */ enumerator
Dice_ethtool.c3322 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_get_ts_info()