Searched refs:ICE_FLAG_PTP (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ptp.c | 1370 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 D | ice.h | 493 ICE_FLAG_PTP, /* PTP is enabled by software */ enumerator
|
H A D | ice_ethtool.c | 3278 if (!test_bit(ICE_FLAG_PTP, pf->flags)) in ice_get_ts_info()
|