Home
last modified time | relevance | path

Searched refs:I40E_VIRTCHNL_OP_UNKNOWN (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c236 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_configure_queues()
290 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_enable_queues()
315 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_disable_queues()
343 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_map_queues()
395 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_add_ether_addrs()
454 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_del_ether_addrs()
513 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_add_vlans()
571 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_del_vlans()
627 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_set_promiscuous()
650 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_request_stats()
[all …]
Di40e_virtchnl.h66 I40E_VIRTCHNL_OP_UNKNOWN = 0, enumerator
Di40evf_main.c1051 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_down()
1230 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_configure_rss_aq()
1488 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_watchdog_task()
1504 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_watchdog_task()
1722 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_reset_task()
2279 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_init_task()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl.h66 I40E_VIRTCHNL_OP_UNKNOWN = 0, enumerator
Di40e_virtchnl_pf.c1901 case I40E_VIRTCHNL_OP_UNKNOWN: in i40e_vc_validate_vf_msg()
1988 case I40E_VIRTCHNL_OP_UNKNOWN: in i40e_vc_process_vf_msg()