Lines Matching refs:current_op

154 	adapter->current_op = I40E_VIRTCHNL_OP_GET_VF_RESOURCES;  in i40evf_send_vf_config_msg()
161 adapter->current_op = I40E_VIRTCHNL_OP_GET_VF_RESOURCES; in i40evf_send_vf_config_msg()
236 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_configure_queues()
239 adapter->current_op); in i40evf_configure_queues()
242 adapter->current_op = I40E_VIRTCHNL_OP_CONFIG_VSI_QUEUES; in i40evf_configure_queues()
290 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_enable_queues()
293 adapter->current_op); in i40evf_enable_queues()
296 adapter->current_op = I40E_VIRTCHNL_OP_ENABLE_QUEUES; in i40evf_enable_queues()
315 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_disable_queues()
318 adapter->current_op); in i40evf_disable_queues()
321 adapter->current_op = I40E_VIRTCHNL_OP_DISABLE_QUEUES; in i40evf_disable_queues()
343 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_map_queues()
346 adapter->current_op); in i40evf_map_queues()
349 adapter->current_op = I40E_VIRTCHNL_OP_CONFIG_IRQ_MAP; in i40evf_map_queues()
395 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_add_ether_addrs()
398 adapter->current_op); in i40evf_add_ether_addrs()
409 adapter->current_op = I40E_VIRTCHNL_OP_ADD_ETHER_ADDRESS; in i40evf_add_ether_addrs()
454 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_del_ether_addrs()
457 adapter->current_op); in i40evf_del_ether_addrs()
468 adapter->current_op = I40E_VIRTCHNL_OP_DEL_ETHER_ADDRESS; in i40evf_del_ether_addrs()
513 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_add_vlans()
516 adapter->current_op); in i40evf_add_vlans()
528 adapter->current_op = I40E_VIRTCHNL_OP_ADD_VLAN; in i40evf_add_vlans()
571 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_del_vlans()
574 adapter->current_op); in i40evf_del_vlans()
586 adapter->current_op = I40E_VIRTCHNL_OP_DEL_VLAN; in i40evf_del_vlans()
627 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_set_promiscuous()
630 adapter->current_op); in i40evf_set_promiscuous()
633 adapter->current_op = I40E_VIRTCHNL_OP_CONFIG_PROMISCUOUS_MODE; in i40evf_set_promiscuous()
650 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_request_stats()
654 adapter->current_op = I40E_VIRTCHNL_OP_GET_STATS; in i40evf_request_stats()
660 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_request_stats()
672 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_request_reset()
776 if (v_opcode != adapter->current_op) in i40evf_virtchnl_completion()
780 if (v_opcode != adapter->current_op) in i40evf_virtchnl_completion()
782 adapter->current_op, v_opcode); in i40evf_virtchnl_completion()
785 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_virtchnl_completion()