Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf.h336 #define IAVF_FLAG_AQ_GET_OFFLOAD_VLAN_V2_CAPS BIT_ULL(30) macro
356 (IAVF_FLAG_AQ_GET_OFFLOAD_VLAN_V2_CAPS | \
H A Diavf_virtchnl.c172 adapter->aq_required &= ~IAVF_FLAG_AQ_GET_OFFLOAD_VLAN_V2_CAPS; in iavf_send_vf_offload_vlan_v2_msg()
H A Diavf_main.c2123 if (adapter->aq_required & IAVF_FLAG_AQ_GET_OFFLOAD_VLAN_V2_CAPS) in iavf_process_aq_command()