Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf.h243 #define I40EVF_FLAG_AQ_GET_CONFIG BIT(10) macro
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()
Di40evf_main.c1518 if (adapter->aq_required & I40EVF_FLAG_AQ_GET_CONFIG) { in i40evf_watchdog_task()
1728 adapter->aq_required = I40EVF_FLAG_AQ_GET_CONFIG; in i40evf_reset_task()