Lines Matching refs:current_op
160 adapter->current_op = VIRTCHNL_OP_GET_VF_RESOURCES; in iavf_send_vf_config_msg()
177 adapter->current_op = VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPS; in iavf_send_vf_offload_vlan_v2_msg()
190 adapter->current_op = VIRTCHNL_OP_GET_SUPPORTED_RXDIDS; in iavf_send_vf_supported_rxdids_msg()
225 adapter->current_op = VIRTCHNL_OP_1588_PTP_GET_CAPS; in iavf_send_vf_ptp_caps_msg()
369 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_configure_queues()
372 adapter->current_op); in iavf_configure_queues()
375 adapter->current_op = VIRTCHNL_OP_CONFIG_VSI_QUEUES; in iavf_configure_queues()
426 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_enable_queues()
429 adapter->current_op); in iavf_enable_queues()
432 adapter->current_op = VIRTCHNL_OP_ENABLE_QUEUES; in iavf_enable_queues()
451 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_disable_queues()
454 adapter->current_op); in iavf_disable_queues()
457 adapter->current_op = VIRTCHNL_OP_DISABLE_QUEUES; in iavf_disable_queues()
481 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_map_queues()
484 adapter->current_op); in iavf_map_queues()
487 adapter->current_op = VIRTCHNL_OP_CONFIG_IRQ_MAP; in iavf_map_queues()
550 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_ether_addrs()
553 adapter->current_op); in iavf_add_ether_addrs()
568 adapter->current_op = VIRTCHNL_OP_ADD_ETH_ADDR; in iavf_add_ether_addrs()
619 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_ether_addrs()
622 adapter->current_op); in iavf_del_ether_addrs()
637 adapter->current_op = VIRTCHNL_OP_DEL_ETH_ADDR; in iavf_del_ether_addrs()
753 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_vlans()
756 adapter->current_op); in iavf_add_vlans()
775 adapter->current_op = VIRTCHNL_OP_ADD_VLAN; in iavf_add_vlans()
814 adapter->current_op = VIRTCHNL_OP_ADD_VLAN_V2; in iavf_add_vlans()
885 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_vlans()
888 adapter->current_op); in iavf_del_vlans()
923 adapter->current_op = VIRTCHNL_OP_DEL_VLAN; in iavf_del_vlans()
969 adapter->current_op = VIRTCHNL_OP_DEL_VLAN_V2; in iavf_del_vlans()
1040 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_set_promiscuous()
1043 adapter->current_op); in iavf_set_promiscuous()
1098 adapter->current_op = VIRTCHNL_OP_CONFIG_PROMISCUOUS_MODE; in iavf_set_promiscuous()
1115 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_request_stats()
1121 adapter->current_op = VIRTCHNL_OP_GET_STATS; in iavf_request_stats()
1127 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_request_stats()
1138 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_get_hena()
1141 adapter->current_op); in iavf_get_hena()
1144 adapter->current_op = VIRTCHNL_OP_GET_RSS_HENA_CAPS; in iavf_get_hena()
1159 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_set_hena()
1162 adapter->current_op); in iavf_set_hena()
1166 adapter->current_op = VIRTCHNL_OP_SET_RSS_HENA; in iavf_set_hena()
1183 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_set_rss_key()
1186 adapter->current_op); in iavf_set_rss_key()
1197 adapter->current_op = VIRTCHNL_OP_CONFIG_RSS_KEY; in iavf_set_rss_key()
1214 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_set_rss_lut()
1217 adapter->current_op); in iavf_set_rss_lut()
1227 adapter->current_op = VIRTCHNL_OP_CONFIG_RSS_LUT; in iavf_set_rss_lut()
1244 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_set_rss_hfunc()
1247 adapter->current_op); in iavf_set_rss_hfunc()
1255 adapter->current_op = VIRTCHNL_OP_CONFIG_RSS_HFUNC; in iavf_set_rss_hfunc()
1269 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_enable_vlan_stripping()
1272 adapter->current_op); in iavf_enable_vlan_stripping()
1275 adapter->current_op = VIRTCHNL_OP_ENABLE_VLAN_STRIPPING; in iavf_enable_vlan_stripping()
1288 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_disable_vlan_stripping()
1291 adapter->current_op); in iavf_disable_vlan_stripping()
1294 adapter->current_op = VIRTCHNL_OP_DISABLE_VLAN_STRIPPING; in iavf_disable_vlan_stripping()
1426 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_send_vlan_offload_v2()
1429 offload_op, adapter->current_op); in iavf_send_vlan_offload_v2()
1433 adapter->current_op = offload_op; in iavf_send_vlan_offload_v2()
1448 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_send_vlan_offload_v2()
1528 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_virtchnl_send_ptp_cmd()
1532 cmd->v_opcode, adapter->current_op); in iavf_virtchnl_send_ptp_cmd()
1672 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_get_qos_caps()
1676 adapter->current_op); in iavf_get_qos_caps()
1680 adapter->current_op = VIRTCHNL_OP_GET_QOS_CAPS; in iavf_get_qos_caps()
1701 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_set_quanta_size()
1705 adapter->current_op); in iavf_set_quanta_size()
1709 adapter->current_op = VIRTCHNL_OP_CONFIG_QUANTA; in iavf_set_quanta_size()
1748 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_cfg_queues_bw()
1752 adapter->current_op); in iavf_cfg_queues_bw()
1781 adapter->current_op = VIRTCHNL_OP_CONFIG_QUEUE_BW; in iavf_cfg_queues_bw()
1801 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_enable_channels()
1804 adapter->current_op); in iavf_enable_channels()
1823 adapter->current_op = VIRTCHNL_OP_ENABLE_CHANNELS; in iavf_enable_channels()
1837 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_disable_channels()
1840 adapter->current_op); in iavf_disable_channels()
1846 adapter->current_op = VIRTCHNL_OP_DISABLE_CHANNELS; in iavf_disable_channels()
1898 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_cloud_filter()
1901 adapter->current_op); in iavf_add_cloud_filter()
1914 adapter->current_op = VIRTCHNL_OP_ADD_CLOUD_FILTER; in iavf_add_cloud_filter()
1946 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_cloud_filter()
1949 adapter->current_op); in iavf_del_cloud_filter()
1962 adapter->current_op = VIRTCHNL_OP_DEL_CLOUD_FILTER; in iavf_del_cloud_filter()
1995 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_fdir_filter()
1998 adapter->current_op); in iavf_add_fdir_filter()
2026 adapter->current_op = VIRTCHNL_OP_ADD_FDIR_FILTER; in iavf_add_fdir_filter()
2045 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_fdir_filter()
2048 adapter->current_op); in iavf_del_fdir_filter()
2077 adapter->current_op = VIRTCHNL_OP_DEL_FDIR_FILTER; in iavf_del_fdir_filter()
2095 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_add_adv_rss_cfg()
2098 adapter->current_op); in iavf_add_adv_rss_cfg()
2122 adapter->current_op = VIRTCHNL_OP_ADD_RSS_CFG; in iavf_add_adv_rss_cfg()
2146 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_del_adv_rss_cfg()
2149 adapter->current_op); in iavf_del_adv_rss_cfg()
2170 adapter->current_op = VIRTCHNL_OP_DEL_RSS_CFG; in iavf_del_adv_rss_cfg()
2191 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_request_reset()
2735 if (v_opcode != adapter->current_op) in iavf_virtchnl_completion()
2931 if (adapter->current_op && (v_opcode != adapter->current_op)) in iavf_virtchnl_completion()
2933 adapter->current_op, v_opcode); in iavf_virtchnl_completion()
2936 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_virtchnl_completion()