Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c252 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_configure_queues()
307 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_enable_queues()
332 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_disable_queues()
362 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_map_queues()
417 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_ether_addrs()
487 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_ether_addrs()
597 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_vlans()
667 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_vlans()
737 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_set_promiscuous()
783 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_request_stats()
[all …]
H A Diavf_main.c1027 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_down()
1227 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_config_rss_aq()
1798 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_init_get_resources()
1934 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_task()
1977 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_task()
2178 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_reset_task()
/OK3568_Linux_fs/kernel/include/linux/avf/
H A Dvirtchnl.h107 VIRTCHNL_OP_UNKNOWN = 0, enumerator
831 case VIRTCHNL_OP_UNKNOWN: in virtchnl_vc_validate_vf_msg()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_pf.c3795 case VIRTCHNL_OP_UNKNOWN: in ice_vc_process_vf_msg()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c4093 case VIRTCHNL_OP_UNKNOWN: in i40e_vc_process_vf_msg()