Searched refs:IAVF_FLAG_AQ_SET_RSS_LUT (Results 1 – 3 of 3) sorted by relevance
292 #define IAVF_FLAG_AQ_SET_RSS_LUT BIT(14) macro
852 adapter->aq_required &= ~IAVF_FLAG_AQ_SET_RSS_LUT; in iavf_set_rss_lut()
1265 adapter->aq_required |= IAVF_FLAG_AQ_SET_RSS_LUT | in iavf_config_rss()1584 if (adapter->aq_required & IAVF_FLAG_AQ_SET_RSS_LUT) { in iavf_process_aq_command()