Lines Matching refs:aq_required

440 	adapter->aq_required |= I40EVF_FLAG_AQ_MAP_VECTORS;  in i40evf_map_rings_to_vectors()
688 adapter->aq_required |= I40EVF_FLAG_AQ_ADD_VLAN_FILTER; in i40evf_add_vlan()
717 adapter->aq_required |= I40EVF_FLAG_AQ_DEL_VLAN_FILTER; in i40evf_del_vlan()
811 adapter->aq_required |= I40EVF_FLAG_AQ_ADD_MAC_FILTER; in i40evf_add_filter()
897 adapter->aq_required |= I40EVF_FLAG_AQ_DEL_MAC_FILTER; in i40evf_set_rx_mode()
951 adapter->aq_required |= I40EVF_FLAG_AQ_CONFIGURE_QUEUES; in i40evf_configure()
973 adapter->aq_required |= I40EVF_FLAG_AQ_ENABLE_QUEUES; in i40evf_up_complete()
1015 adapter->aq_required = I40EVF_FLAG_AQ_DEL_MAC_FILTER; in i40evf_down()
1016 adapter->aq_required |= I40EVF_FLAG_AQ_DEL_VLAN_FILTER; in i40evf_down()
1017 adapter->aq_required |= I40EVF_FLAG_AQ_DISABLE_QUEUES; in i40evf_down()
1337 adapter->aq_required = 0; in i40evf_watchdog_task()
1356 adapter->aq_required = 0; in i40evf_watchdog_task()
1372 if (adapter->aq_required & I40EVF_FLAG_AQ_DISABLE_QUEUES) { in i40evf_watchdog_task()
1377 if (adapter->aq_required & I40EVF_FLAG_AQ_MAP_VECTORS) { in i40evf_watchdog_task()
1382 if (adapter->aq_required & I40EVF_FLAG_AQ_ADD_MAC_FILTER) { in i40evf_watchdog_task()
1387 if (adapter->aq_required & I40EVF_FLAG_AQ_ADD_VLAN_FILTER) { in i40evf_watchdog_task()
1392 if (adapter->aq_required & I40EVF_FLAG_AQ_DEL_MAC_FILTER) { in i40evf_watchdog_task()
1397 if (adapter->aq_required & I40EVF_FLAG_AQ_DEL_VLAN_FILTER) { in i40evf_watchdog_task()
1402 if (adapter->aq_required & I40EVF_FLAG_AQ_CONFIGURE_QUEUES) { in i40evf_watchdog_task()
1407 if (adapter->aq_required & I40EVF_FLAG_AQ_ENABLE_QUEUES) { in i40evf_watchdog_task()
1426 if (adapter->aq_required) in i40evf_watchdog_task()
1603 adapter->aq_required = I40EVF_FLAG_AQ_ADD_MAC_FILTER; in i40evf_reset_task()
1604 adapter->aq_required |= I40EVF_FLAG_AQ_ADD_VLAN_FILTER; in i40evf_reset_task()
1817 if (adapter->state != __I40EVF_DOWN || adapter->aq_required) in i40evf_open()
2155 adapter->aq_required |= I40EVF_FLAG_AQ_ADD_MAC_FILTER; in i40evf_init_task()
2248 adapter->aq_required = 0; in i40evf_shutdown()
2465 adapter->aq_required = 0; in i40evf_remove()