//! This module contains state machines for handling iSCSI operations.
// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright (C) 2012-2025 Andrei Maltsev
/// Common structures and traits for state machines.
/// State machine for the Login phase.
/// State machine for the Logout command.
/// State machine for NOP-Out and NOP-In exchanges.
/// State machine for the SCSI Read command.
/// State machine for the SCSI Test Unit Ready command.
/// State machine for the SCSI Write command.