Lines Matching full:operation
98 * to LLDD in order to perform a NVME FCP IO operation.
115 * the FCP operation. req argument is the pointer to the original
116 * FCP IO operation.
117 * @private: pointer to memory allocated alongside the FCP operation
119 * while processing the operation. The length of the buffer
123 * Values set by the LLDD indicating completion status of the FCP operation.
128 * @status: Completion status of the FCP operation. must be 0 upon success,
131 * status of the FCP operation at the NVME-FC level.
269 * access it during runtime operation.
535 * the specific FC-NVME IU operation(s) to perform
539 * context for a FC-NVME FCP I/O operation (e.g. a nvme sqe, the sqe-related
550 * operation, the address of the structure will be passed back to the FCP
560 * When the structure is used for an FCP target operation, the nvmet-fc
563 * upon compeletion of the operation. The nvmet-fc layer will also set a
568 * @op: Indicates the FCP IU operation to perform (see NVMET_FCOP_xxx)
571 * that the operation is to use.
595 * the operation. req argument is the pointer to the original
601 * Values set by the LLDD indicating completion status of the FCP operation.
604 * a WRITEDATA operation. If not a WRITEDATA operation, value must
606 * @fcp_error: status of the FCP operation. Must be 0 on success; on failure
636 * sequence in one LLDD operation. Errors during Data
685 * reference and may access it during runtime operation.
713 * structure shall indicate the operation for the LLDD to perform
715 * NVMET_FCOP_READDATA operation: the LLDD is to send the
718 * may call the READDATA operation multiple times for longer
720 * NVMET_FCOP_WRITEDATA operation: the LLDD is to receive the
724 * Note: the FC-NVME layer may call the WRITEDATA operation
726 * NVMET_FCOP_READDATA_RSP operation: the LLDD is to send the
731 * consider the operation complete. On error, the LLDD is to not
742 * consider the operation complete.
751 * consider the operation complete.
752 * Upon completing the indicated operation, the LLDD is to set the
753 * status fields for the operation (tranferred_length and fcp_error
755 * indicated in the fcp request. After the operation completes,
763 * thread and before returning to the LLDD, the fcp operation to
764 * the next operation for the fcp io and call the LLDDs fcp_op
774 * or may have an active WRITEDATA operation pending. The LLDD is to
779 * outstanding operation (if there was one) to complete, then will
785 * to the LLDD after all operations on the fcp operation are complete.