Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c248 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_configure_queues()
303 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_enable_queues()
328 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_disable_queues()
358 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_map_queues()
411 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_request_queues()
440 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_ether_addrs()
510 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_ether_addrs()
579 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_vlans()
649 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_vlans()
719 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_set_promiscuous()
[all …]
Diavf_main.c1013 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_down()
1213 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_config_rss_aq()
1792 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_init_get_resources()
1928 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_task()
1968 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_task()
2166 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_reset_task()
/Linux-v5.4/include/linux/avf/
Dvirtchnl.h107 VIRTCHNL_OP_UNKNOWN = 0, enumerator
828 case VIRTCHNL_OP_UNKNOWN: in virtchnl_vc_validate_vf_msg()
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.c2993 case VIRTCHNL_OP_UNKNOWN: in ice_vc_process_vf_msg()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c3851 case VIRTCHNL_OP_UNKNOWN: in i40e_vc_process_vf_msg()