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