Lines Matching refs:operation
248 enum vstor_packet_operation operation; member
853 vstor_packet->operation = VSTOR_OPERATION_CREATE_SUB_CHANNELS; in handle_multichannel_storage()
871 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO || in handle_multichannel_storage()
905 vstor_packet->operation = VSTOR_OPERATION_BEGIN_INITIALIZATION; in storvsc_channel_init()
923 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO || in storvsc_channel_init()
930 vstor_packet->operation = VSTOR_OPERATION_QUERY_PROTOCOL_VERSION; in storvsc_channel_init()
956 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO || in storvsc_channel_init()
962 vstor_packet->operation = VSTOR_OPERATION_QUERY_PROPERTIES; in storvsc_channel_init()
981 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO || in storvsc_channel_init()
1001 vstor_packet->operation = VSTOR_OPERATION_END_INITIALIZATION; in storvsc_channel_init()
1020 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO || in storvsc_channel_init()
1217 switch (vstor_packet->operation) { in storvsc_on_receive()
1383 vstor_packet->operation = VSTOR_OPERATION_EXECUTE_SRB; in storvsc_do_io()
1488 vstor_packet->operation = VSTOR_OPERATION_RESET_BUS; in storvsc_host_reset_handler()