Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_ptp.c916 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_get_ts_config()
988 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_set_ts_config()
1416 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_periodic_work()
1548 set_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_init()
1574 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_release()
1582 clear_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_release()
Dice.h395 ICE_FLAG_PTP, /* PTP is enabled by software */ enumerator
Dice_ethtool.c3204 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_get_ts_info()