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.h345 #define IAVF_FLAG_AQ_GET_QOS_CAPS BIT_ULL(41) macro
H A Diavf_main.c2123 if (adapter->aq_required & IAVF_FLAG_AQ_GET_QOS_CAPS) { in iavf_process_aq_command()
2719 adapter->aq_required |= IAVF_FLAG_AQ_GET_QOS_CAPS; in iavf_init_config_adapter()
H A Diavf_virtchnl.c1528 adapter->aq_required &= ~IAVF_FLAG_AQ_GET_QOS_CAPS; in iavf_get_qos_caps()