Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c1224 if (!(pf->hw_features & I40E_HW_PTP_L4_CAPABLE)) in i40e_ptp_set_timestamp_mode()
1238 if (!(pf->hw_features & I40E_HW_PTP_L4_CAPABLE)) in i40e_ptp_set_timestamp_mode()
1247 if (pf->hw_features & I40E_HW_PTP_L4_CAPABLE) { in i40e_ptp_set_timestamp_mode()
Di40e.h546 #define I40E_HW_PTP_L4_CAPABLE BIT(10) macro
Di40e_ethtool.c2567 if (pf->hw_features & I40E_HW_PTP_L4_CAPABLE) in i40e_get_ts_info()
Di40e_main.c12770 I40E_HW_PTP_L4_CAPABLE | in i40e_sw_init()
12815 pf->hw_features |= I40E_HW_PTP_L4_CAPABLE; in i40e_sw_init()