Home
last modified time | relevance | path

Searched refs:I40E_HW_PTP_L4_CAPABLE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c1214 if (!(pf->hw_features & I40E_HW_PTP_L4_CAPABLE)) in i40e_ptp_set_timestamp_mode()
1228 if (!(pf->hw_features & I40E_HW_PTP_L4_CAPABLE)) in i40e_ptp_set_timestamp_mode()
1237 if (pf->hw_features & I40E_HW_PTP_L4_CAPABLE) { in i40e_ptp_set_timestamp_mode()
H A Di40e.h519 #define I40E_HW_PTP_L4_CAPABLE BIT(10) macro
H A Di40e_ethtool.c2570 if (pf->hw_features & I40E_HW_PTP_L4_CAPABLE) in i40e_get_ts_info()
H A Di40e_main.c12830 I40E_HW_PTP_L4_CAPABLE | in i40e_sw_init()
12875 pf->hw_features |= I40E_HW_PTP_L4_CAPABLE; in i40e_sw_init()