Searched refs:ICE_FLAG_PTP (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/intel/ice/ |
D | ice_ptp.c | 1366 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_link_change() 2046 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_get_ts_config() 2113 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_set_ts_config() 2396 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_periodic_work() 2486 set_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_reset() 2507 clear_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_prepare_for_reset() 2681 set_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_init() 2695 clear_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_init() 2708 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_ptp_release() 2716 clear_bit(ICE_FLAG_PTP, pf->flags); in ice_ptp_release()
|
D | ice.h | 471 ICE_FLAG_PTP, /* PTP is enabled by software */ enumerator
|
D | ice_ethtool.c | 3322 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_get_ts_info()
|