Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c283 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_configure_queues()
334 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_enable_queues()
359 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_disable_queues()
389 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_map_queues()
458 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_ether_addrs()
527 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_ether_addrs()
661 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_vlans()
793 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_vlans()
948 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_set_promiscuous()
1023 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_request_stats()
[all …]
H A Diavf_main.c1392 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_down()
1679 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_config_rss_aq()
2654 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_init_config_adapter()
2851 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_task()
2899 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_task()
3121 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_reset_task()
/linux/include/linux/avf/
H A Dvirtchnl.h107 VIRTCHNL_OP_UNKNOWN = 0, enumerator
1762 case VIRTCHNL_OP_UNKNOWN: in virtchnl_vc_validate_vf_msg()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c4504 case VIRTCHNL_OP_UNKNOWN: in ice_vc_process_vf_msg()