Home
last modified time | relevance | path

Searched refs:aq_required (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c253 adapter->aq_required &= ~I40EVF_FLAG_AQ_CONFIGURE_QUEUES; in i40evf_configure_queues()
279 adapter->aq_required &= ~I40EVF_FLAG_AQ_ENABLE_QUEUES; in i40evf_enable_queues()
304 adapter->aq_required &= ~I40EVF_FLAG_AQ_DISABLE_QUEUES; in i40evf_disable_queues()
354 adapter->aq_required &= ~I40EVF_FLAG_AQ_MAP_VECTORS; in i40evf_map_queues()
385 adapter->aq_required &= ~I40EVF_FLAG_AQ_ADD_MAC_FILTER; in i40evf_add_ether_addrs()
414 adapter->aq_required &= ~I40EVF_FLAG_AQ_ADD_MAC_FILTER; in i40evf_add_ether_addrs()
445 adapter->aq_required &= ~I40EVF_FLAG_AQ_DEL_MAC_FILTER; in i40evf_del_ether_addrs()
474 adapter->aq_required &= ~I40EVF_FLAG_AQ_DEL_MAC_FILTER; in i40evf_del_ether_addrs()
506 adapter->aq_required &= ~I40EVF_FLAG_AQ_ADD_VLAN_FILTER; in i40evf_add_vlans()
534 adapter->aq_required &= ~I40EVF_FLAG_AQ_ADD_VLAN_FILTER; in i40evf_add_vlans()
[all …]
Di40evf_main.c440 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()
[all …]
Di40evf.h227 u32 aq_required; member