Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/iavf/
H A Diavf.h349 #define IAVF_FLAG_AQ_GET_PTP_CAPS BIT_ULL(43) macro
358 IAVF_FLAG_AQ_GET_PTP_CAPS)
H A Diavf_virtchnl.c220 adapter->aq_required &= ~IAVF_FLAG_AQ_GET_PTP_CAPS; in iavf_send_vf_ptp_caps_msg()
H A Diavf_main.c2127 if (adapter->aq_required & IAVF_FLAG_AQ_GET_PTP_CAPS) in iavf_process_aq_command()