Condy v1.9
C++ Asynchronous System Call Layer for Linux
Loading...
Searching...
No Matches
condy::SCSIBsgResult Struct Reference

Result for SCSI BSG passthrough commands. More...

#include <cqe_handler.hpp>

Public Member Functions

uint8_t device_status () noexcept
 Extract SCSI device status byte.
uint8_t driver_status () noexcept
 Extract driver status.
uint8_t host_status () noexcept
 Extract host status.
uint8_t sense_len () noexcept
 Extract sense data length.
uint32_t resid_len () noexcept
 Extract residual transfer length.

Public Attributes

uint64_t res2
 Raw res2 from the CQE.

Detailed Description

Result for SCSI BSG passthrough commands.

Contains the raw res2 from the CQE. Use the member functions to extract individual fields.

Definition at line 73 of file cqe_handler.hpp.


The documentation for this struct was generated from the following file: