Lines Matching refs:operation
298 enum vstor_packet_operation operation; member
649 vstor_packet->operation = VSTOR_OPERATION_CREATE_SUB_CHANNELS; in handle_multichannel_storage()
667 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO || in handle_multichannel_storage()
701 vstor_packet->operation = VSTOR_OPERATION_BEGIN_INITIALIZATION; in storvsc_channel_init()
719 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO || in storvsc_channel_init()
729 vstor_packet->operation = in storvsc_channel_init()
756 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO) { in storvsc_channel_init()
782 vstor_packet->operation = VSTOR_OPERATION_QUERY_PROPERTIES; in storvsc_channel_init()
801 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO || in storvsc_channel_init()
822 vstor_packet->operation = VSTOR_OPERATION_END_INITIALIZATION; in storvsc_channel_init()
841 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO || in storvsc_channel_init()
1032 switch (vstor_packet->operation) { in storvsc_on_receive()
1198 vstor_packet->operation = VSTOR_OPERATION_EXECUTE_SRB; in storvsc_do_io()
1310 vstor_packet->operation = VSTOR_OPERATION_RESET_BUS; in storvsc_host_reset_handler()