Lines Matching refs:current_op
215 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_configure_queues()
218 __func__, adapter->current_op); in i40evf_configure_queues()
221 adapter->current_op = I40E_VIRTCHNL_OP_CONFIG_VSI_QUEUES; in i40evf_configure_queues()
269 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_enable_queues()
272 __func__, adapter->current_op); in i40evf_enable_queues()
275 adapter->current_op = I40E_VIRTCHNL_OP_ENABLE_QUEUES; in i40evf_enable_queues()
294 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_disable_queues()
297 __func__, adapter->current_op); in i40evf_disable_queues()
300 adapter->current_op = I40E_VIRTCHNL_OP_DISABLE_QUEUES; in i40evf_disable_queues()
322 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_map_queues()
325 __func__, adapter->current_op); in i40evf_map_queues()
328 adapter->current_op = I40E_VIRTCHNL_OP_CONFIG_IRQ_MAP; in i40evf_map_queues()
374 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_add_ether_addrs()
377 __func__, adapter->current_op); in i40evf_add_ether_addrs()
388 adapter->current_op = I40E_VIRTCHNL_OP_ADD_ETHER_ADDRESS; in i40evf_add_ether_addrs()
434 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_del_ether_addrs()
437 __func__, adapter->current_op); in i40evf_del_ether_addrs()
448 adapter->current_op = I40E_VIRTCHNL_OP_DEL_ETHER_ADDRESS; in i40evf_del_ether_addrs()
494 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_add_vlans()
497 __func__, adapter->current_op); in i40evf_add_vlans()
509 adapter->current_op = I40E_VIRTCHNL_OP_ADD_VLAN; in i40evf_add_vlans()
553 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_del_vlans()
556 __func__, adapter->current_op); in i40evf_del_vlans()
568 adapter->current_op = I40E_VIRTCHNL_OP_DEL_VLAN; in i40evf_del_vlans()
610 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_set_promiscuous()
613 __func__, adapter->current_op); in i40evf_set_promiscuous()
616 adapter->current_op = I40E_VIRTCHNL_OP_CONFIG_PROMISCUOUS_MODE; in i40evf_set_promiscuous()
633 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_request_stats()
637 adapter->current_op = I40E_VIRTCHNL_OP_GET_STATS; in i40evf_request_stats()
643 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_request_stats()
655 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_request_reset()
749 if (v_opcode != adapter->current_op) in i40evf_virtchnl_completion()
753 if (v_opcode != adapter->current_op) in i40evf_virtchnl_completion()
755 adapter->current_op, v_opcode); in i40evf_virtchnl_completion()
758 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_virtchnl_completion()