Searched refs:IAVF_FLAG_AQ_CONFIGURE_RSS (Results 1 – 2 of 2) sorted by relevance
278 #define IAVF_FLAG_AQ_CONFIGURE_RSS BIT(9) /* direct AQ config */ macro
1505 adapter->aq_required |= IAVF_FLAG_AQ_CONFIGURE_RSS; in iavf_reinit_interrupt_scheme()1575 if (adapter->aq_required & IAVF_FLAG_AQ_CONFIGURE_RSS) { in iavf_process_aq_command()1580 adapter->aq_required &= ~IAVF_FLAG_AQ_CONFIGURE_RSS; in iavf_process_aq_command()1870 adapter->aq_required |= IAVF_FLAG_AQ_CONFIGURE_RSS; in iavf_init_get_resources()