Lines Matching refs:current_op

153 	adapter->current_op = VIRTCHNL_OP_GET_VF_RESOURCES;  in iavf_send_vf_config_msg()
170 adapter->current_op = VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPS; in iavf_send_vf_offload_vlan_v2_msg()
279 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_configure_queues()
282 adapter->current_op); in iavf_configure_queues()
285 adapter->current_op = VIRTCHNL_OP_CONFIG_VSI_QUEUES; in iavf_configure_queues()
334 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_enable_queues()
337 adapter->current_op); in iavf_enable_queues()
340 adapter->current_op = VIRTCHNL_OP_ENABLE_QUEUES; in iavf_enable_queues()
359 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_disable_queues()
362 adapter->current_op); in iavf_disable_queues()
365 adapter->current_op = VIRTCHNL_OP_DISABLE_QUEUES; in iavf_disable_queues()
389 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_map_queues()
392 adapter->current_op); in iavf_map_queues()
395 adapter->current_op = VIRTCHNL_OP_CONFIG_IRQ_MAP; in iavf_map_queues()
458 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_ether_addrs()
461 adapter->current_op); in iavf_add_ether_addrs()
476 adapter->current_op = VIRTCHNL_OP_ADD_ETH_ADDR; in iavf_add_ether_addrs()
527 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_ether_addrs()
530 adapter->current_op); in iavf_del_ether_addrs()
545 adapter->current_op = VIRTCHNL_OP_DEL_ETH_ADDR; in iavf_del_ether_addrs()
661 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_vlans()
664 adapter->current_op); in iavf_add_vlans()
683 adapter->current_op = VIRTCHNL_OP_ADD_VLAN; in iavf_add_vlans()
722 adapter->current_op = VIRTCHNL_OP_ADD_VLAN_V2; in iavf_add_vlans()
793 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_vlans()
796 adapter->current_op); in iavf_del_vlans()
831 adapter->current_op = VIRTCHNL_OP_DEL_VLAN; in iavf_del_vlans()
877 adapter->current_op = VIRTCHNL_OP_DEL_VLAN_V2; in iavf_del_vlans()
948 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_set_promiscuous()
951 adapter->current_op); in iavf_set_promiscuous()
985 adapter->current_op = VIRTCHNL_OP_CONFIG_PROMISCUOUS_MODE; in iavf_set_promiscuous()
1002 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_request_stats()
1008 adapter->current_op = VIRTCHNL_OP_GET_STATS; in iavf_request_stats()
1014 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_request_stats()
1025 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_get_hena()
1028 adapter->current_op); in iavf_get_hena()
1031 adapter->current_op = VIRTCHNL_OP_GET_RSS_HENA_CAPS; in iavf_get_hena()
1046 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_set_hena()
1049 adapter->current_op); in iavf_set_hena()
1053 adapter->current_op = VIRTCHNL_OP_SET_RSS_HENA; in iavf_set_hena()
1070 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_set_rss_key()
1073 adapter->current_op); in iavf_set_rss_key()
1084 adapter->current_op = VIRTCHNL_OP_CONFIG_RSS_KEY; in iavf_set_rss_key()
1101 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_set_rss_lut()
1104 adapter->current_op); in iavf_set_rss_lut()
1114 adapter->current_op = VIRTCHNL_OP_CONFIG_RSS_LUT; in iavf_set_rss_lut()
1128 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_enable_vlan_stripping()
1131 adapter->current_op); in iavf_enable_vlan_stripping()
1134 adapter->current_op = VIRTCHNL_OP_ENABLE_VLAN_STRIPPING; in iavf_enable_vlan_stripping()
1147 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_disable_vlan_stripping()
1150 adapter->current_op); in iavf_disable_vlan_stripping()
1153 adapter->current_op = VIRTCHNL_OP_DISABLE_VLAN_STRIPPING; in iavf_disable_vlan_stripping()
1285 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_send_vlan_offload_v2()
1288 offload_op, adapter->current_op); in iavf_send_vlan_offload_v2()
1292 adapter->current_op = offload_op; in iavf_send_vlan_offload_v2()
1307 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_send_vlan_offload_v2()
1481 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_enable_channels()
1484 adapter->current_op); in iavf_enable_channels()
1503 adapter->current_op = VIRTCHNL_OP_ENABLE_CHANNELS; in iavf_enable_channels()
1517 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_disable_channels()
1520 adapter->current_op); in iavf_disable_channels()
1526 adapter->current_op = VIRTCHNL_OP_DISABLE_CHANNELS; in iavf_disable_channels()
1578 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_cloud_filter()
1581 adapter->current_op); in iavf_add_cloud_filter()
1594 adapter->current_op = VIRTCHNL_OP_ADD_CLOUD_FILTER; in iavf_add_cloud_filter()
1626 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_cloud_filter()
1629 adapter->current_op); in iavf_del_cloud_filter()
1642 adapter->current_op = VIRTCHNL_OP_DEL_CLOUD_FILTER; in iavf_del_cloud_filter()
1675 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_fdir_filter()
1678 adapter->current_op); in iavf_add_fdir_filter()
1706 adapter->current_op = VIRTCHNL_OP_ADD_FDIR_FILTER; in iavf_add_fdir_filter()
1725 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_fdir_filter()
1728 adapter->current_op); in iavf_del_fdir_filter()
1752 adapter->current_op = VIRTCHNL_OP_DEL_FDIR_FILTER; in iavf_del_fdir_filter()
1770 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_adv_rss_cfg()
1773 adapter->current_op); in iavf_add_adv_rss_cfg()
1797 adapter->current_op = VIRTCHNL_OP_ADD_RSS_CFG; in iavf_add_adv_rss_cfg()
1821 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_adv_rss_cfg()
1824 adapter->current_op); in iavf_del_adv_rss_cfg()
1845 adapter->current_op = VIRTCHNL_OP_DEL_RSS_CFG; in iavf_del_adv_rss_cfg()
1866 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_request_reset()
2290 if (v_opcode != adapter->current_op) in iavf_virtchnl_completion()
2460 if (adapter->current_op && (v_opcode != adapter->current_op)) in iavf_virtchnl_completion()
2462 adapter->current_op, v_opcode); in iavf_virtchnl_completion()
2465 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_virtchnl_completion()