Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/iavf/ !
H A Diavf.h343 #define IAVF_FLAG_AQ_GET_QOS_CAPS BIT_ULL(41) macro
H A Diavf_main.c2107 if (adapter->aq_required & IAVF_FLAG_AQ_GET_QOS_CAPS) { in iavf_process_aq_command()
2845 adapter->aq_required |= IAVF_FLAG_AQ_GET_QOS_CAPS; in iavf_init_config_adapter()
H A Diavf_virtchnl.c1702 adapter->aq_required &= ~IAVF_FLAG_AQ_GET_QOS_CAPS; in iavf_get_qos_caps()