Home
last modified time | relevance | path

Searched refs:VIRTCHNL_OP_UNKNOWN (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c218 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in i40evf_configure_queues()
274 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in i40evf_enable_queues()
299 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in i40evf_disable_queues()
328 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in i40evf_map_queues()
383 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in i40evf_request_queues()
411 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in i40evf_add_ether_addrs()
483 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in i40evf_del_ether_addrs()
555 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in i40evf_add_vlans()
625 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in i40evf_del_vlans()
695 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in i40evf_set_promiscuous()
[all …]
Di40evf_main.c1037 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in i40evf_down()
1237 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in i40evf_config_rss_aq()
1584 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in i40evf_watchdog_task()
1600 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in i40evf_watchdog_task()
1928 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in i40evf_reset_task()
3494 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in i40evf_init_task()
/Linux-v4.19/include/linux/avf/
Dvirtchnl.h111 VIRTCHNL_OP_UNKNOWN = 0, enumerator
817 case VIRTCHNL_OP_UNKNOWN: in virtchnl_vc_validate_vf_msg()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c3734 case VIRTCHNL_OP_UNKNOWN: in i40e_vc_process_vf_msg()