Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c281 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_configure_queues()
336 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_enable_queues()
361 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_disable_queues()
391 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_map_queues()
460 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_ether_addrs()
531 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_ether_addrs()
668 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_vlans()
805 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_vlans()
945 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_set_promiscuous()
999 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_request_stats()
[all …]
Diavf_main.c1250 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_down()
1534 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_config_rss_aq()
2426 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_init_config_adapter()
2547 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_task()
2636 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_task()
2681 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_task()
2891 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_reset_task()
/linux-5.19.10/include/linux/avf/
Dvirtchnl.h107 VIRTCHNL_OP_UNKNOWN = 0, enumerator
1538 case VIRTCHNL_OP_UNKNOWN: in virtchnl_vc_validate_vf_msg()
/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_virtchnl.c3818 case VIRTCHNL_OP_UNKNOWN: in ice_vc_process_vf_msg()
/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c4114 case VIRTCHNL_OP_UNKNOWN: in i40e_vc_process_vf_msg()