Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c155 adapter->aq_required &= ~I40EVF_FLAG_AQ_GET_CONFIG; in i40evf_send_vf_config_msg()
162 adapter->aq_required &= ~I40EVF_FLAG_AQ_GET_CONFIG; in i40evf_send_vf_config_msg()
274 adapter->aq_required &= ~I40EVF_FLAG_AQ_CONFIGURE_QUEUES; in i40evf_configure_queues()
300 adapter->aq_required &= ~I40EVF_FLAG_AQ_ENABLE_QUEUES; in i40evf_enable_queues()
325 adapter->aq_required &= ~I40EVF_FLAG_AQ_DISABLE_QUEUES; in i40evf_disable_queues()
375 adapter->aq_required &= ~I40EVF_FLAG_AQ_MAP_VECTORS; in i40evf_map_queues()
406 adapter->aq_required &= ~I40EVF_FLAG_AQ_ADD_MAC_FILTER; in i40evf_add_ether_addrs()
434 adapter->aq_required &= ~I40EVF_FLAG_AQ_ADD_MAC_FILTER; in i40evf_add_ether_addrs()
465 adapter->aq_required &= ~I40EVF_FLAG_AQ_DEL_MAC_FILTER; in i40evf_del_ether_addrs()
493 adapter->aq_required &= ~I40EVF_FLAG_AQ_DEL_MAC_FILTER; in i40evf_del_ether_addrs()
[all …]
Di40evf_main.c444 adapter->aq_required |= I40EVF_FLAG_AQ_MAP_VECTORS; in i40evf_map_rings_to_vectors()
714 adapter->aq_required |= I40EVF_FLAG_AQ_ADD_VLAN_FILTER; in i40evf_add_vlan()
743 adapter->aq_required |= I40EVF_FLAG_AQ_DEL_VLAN_FILTER; in i40evf_del_vlan()
842 adapter->aq_required |= I40EVF_FLAG_AQ_ADD_MAC_FILTER; in i40evf_add_filter()
875 adapter->aq_required |= I40EVF_FLAG_AQ_DEL_MAC_FILTER; in i40evf_set_mac()
936 adapter->aq_required |= I40EVF_FLAG_AQ_DEL_MAC_FILTER; in i40evf_set_rx_mode()
992 adapter->aq_required |= I40EVF_FLAG_AQ_CONFIGURE_QUEUES; in i40evf_configure()
1014 adapter->aq_required |= I40EVF_FLAG_AQ_ENABLE_QUEUES; in i40evf_up_complete()
1056 adapter->aq_required = I40EVF_FLAG_AQ_DEL_MAC_FILTER; in i40evf_down()
1057 adapter->aq_required |= I40EVF_FLAG_AQ_DEL_VLAN_FILTER; in i40evf_down()
[all …]
Di40evf.h232 u32 aq_required; member