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()
280 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_configure_queues()
283 adapter->current_op); in iavf_configure_queues()
286 adapter->current_op = VIRTCHNL_OP_CONFIG_VSI_QUEUES; in iavf_configure_queues()
335 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_enable_queues()
338 adapter->current_op); in iavf_enable_queues()
341 adapter->current_op = VIRTCHNL_OP_ENABLE_QUEUES; in iavf_enable_queues()
360 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_disable_queues()
363 adapter->current_op); in iavf_disable_queues()
366 adapter->current_op = VIRTCHNL_OP_DISABLE_QUEUES; in iavf_disable_queues()
390 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_map_queues()
393 adapter->current_op); in iavf_map_queues()
396 adapter->current_op = VIRTCHNL_OP_CONFIG_IRQ_MAP; in iavf_map_queues()
459 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_ether_addrs()
462 adapter->current_op); in iavf_add_ether_addrs()
477 adapter->current_op = VIRTCHNL_OP_ADD_ETH_ADDR; in iavf_add_ether_addrs()
530 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_ether_addrs()
533 adapter->current_op); in iavf_del_ether_addrs()
548 adapter->current_op = VIRTCHNL_OP_DEL_ETH_ADDR; in iavf_del_ether_addrs()
672 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_vlans()
675 adapter->current_op); in iavf_add_vlans()
694 adapter->current_op = VIRTCHNL_OP_ADD_VLAN; in iavf_add_vlans()
734 adapter->current_op = VIRTCHNL_OP_ADD_VLAN_V2; in iavf_add_vlans()
809 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_vlans()
812 adapter->current_op); in iavf_del_vlans()
841 adapter->current_op = VIRTCHNL_OP_DEL_VLAN; in iavf_del_vlans()
880 adapter->current_op = VIRTCHNL_OP_DEL_VLAN_V2; in iavf_del_vlans()
949 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_set_promiscuous()
952 adapter->current_op); in iavf_set_promiscuous()
986 adapter->current_op = VIRTCHNL_OP_CONFIG_PROMISCUOUS_MODE; in iavf_set_promiscuous()
1003 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_request_stats()
1009 adapter->current_op = VIRTCHNL_OP_GET_STATS; in iavf_request_stats()
1015 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_request_stats()
1026 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_get_hena()
1029 adapter->current_op); in iavf_get_hena()
1032 adapter->current_op = VIRTCHNL_OP_GET_RSS_HENA_CAPS; in iavf_get_hena()
1047 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_set_hena()
1050 adapter->current_op); in iavf_set_hena()
1054 adapter->current_op = VIRTCHNL_OP_SET_RSS_HENA; in iavf_set_hena()
1071 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_set_rss_key()
1074 adapter->current_op); in iavf_set_rss_key()
1086 adapter->current_op = VIRTCHNL_OP_CONFIG_RSS_KEY; in iavf_set_rss_key()
1103 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_set_rss_lut()
1106 adapter->current_op); in iavf_set_rss_lut()
1117 adapter->current_op = VIRTCHNL_OP_CONFIG_RSS_LUT; in iavf_set_rss_lut()
1131 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_enable_vlan_stripping()
1134 adapter->current_op); in iavf_enable_vlan_stripping()
1137 adapter->current_op = VIRTCHNL_OP_ENABLE_VLAN_STRIPPING; in iavf_enable_vlan_stripping()
1150 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_disable_vlan_stripping()
1153 adapter->current_op); in iavf_disable_vlan_stripping()
1156 adapter->current_op = VIRTCHNL_OP_DISABLE_VLAN_STRIPPING; in iavf_disable_vlan_stripping()
1288 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_send_vlan_offload_v2()
1291 offload_op, adapter->current_op); in iavf_send_vlan_offload_v2()
1295 adapter->current_op = offload_op; in iavf_send_vlan_offload_v2()
1310 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_send_vlan_offload_v2()
1484 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_enable_channels()
1487 adapter->current_op); in iavf_enable_channels()
1506 adapter->current_op = VIRTCHNL_OP_ENABLE_CHANNELS; in iavf_enable_channels()
1520 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_disable_channels()
1523 adapter->current_op); in iavf_disable_channels()
1529 adapter->current_op = VIRTCHNL_OP_DISABLE_CHANNELS; in iavf_disable_channels()
1581 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_cloud_filter()
1584 adapter->current_op); in iavf_add_cloud_filter()
1597 adapter->current_op = VIRTCHNL_OP_ADD_CLOUD_FILTER; in iavf_add_cloud_filter()
1629 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_cloud_filter()
1632 adapter->current_op); in iavf_del_cloud_filter()
1645 adapter->current_op = VIRTCHNL_OP_DEL_CLOUD_FILTER; in iavf_del_cloud_filter()
1678 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_fdir_filter()
1681 adapter->current_op); in iavf_add_fdir_filter()
1709 adapter->current_op = VIRTCHNL_OP_ADD_FDIR_FILTER; in iavf_add_fdir_filter()
1728 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_fdir_filter()
1731 adapter->current_op); in iavf_del_fdir_filter()
1755 adapter->current_op = VIRTCHNL_OP_DEL_FDIR_FILTER; in iavf_del_fdir_filter()
1773 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_adv_rss_cfg()
1776 adapter->current_op); in iavf_add_adv_rss_cfg()
1800 adapter->current_op = VIRTCHNL_OP_ADD_RSS_CFG; in iavf_add_adv_rss_cfg()
1824 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_adv_rss_cfg()
1827 adapter->current_op); in iavf_del_adv_rss_cfg()
1848 adapter->current_op = VIRTCHNL_OP_DEL_RSS_CFG; in iavf_del_adv_rss_cfg()
1869 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_request_reset()
2298 if (v_opcode != adapter->current_op) in iavf_virtchnl_completion()
2477 if (adapter->current_op && (v_opcode != adapter->current_op)) in iavf_virtchnl_completion()
2479 adapter->current_op, v_opcode); in iavf_virtchnl_completion()
2482 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_virtchnl_completion()