FreeBSD kernel CAM code
sg_header Struct Reference

#include <scsi_sg.h>

Data Fields

int pack_len
 
int reply_len
 
int pack_id
 
int result
 
u_int twelve_byte:1
 
u_int target_status:5
 
u_int host_status:8
 
u_int driver_status:8
 
u_int other_flags:10
 
u_char sense_buffer [SG_MAX_SENSE]
 

Detailed Description

Definition at line 94 of file scsi_sg.h.

Field Documentation

◆ driver_status

u_int sg_header::driver_status

Definition at line 102 of file scsi_sg.h.

◆ host_status

u_int sg_header::host_status

Definition at line 101 of file scsi_sg.h.

◆ other_flags

u_int sg_header::other_flags

Definition at line 103 of file scsi_sg.h.

◆ pack_id

int sg_header::pack_id

Definition at line 97 of file scsi_sg.h.

◆ pack_len

int sg_header::pack_len

Definition at line 95 of file scsi_sg.h.

◆ reply_len

int sg_header::reply_len

Definition at line 96 of file scsi_sg.h.

◆ result

int sg_header::result

Definition at line 98 of file scsi_sg.h.

◆ sense_buffer

u_char sg_header::sense_buffer[SG_MAX_SENSE]

Definition at line 104 of file scsi_sg.h.

◆ target_status

u_int sg_header::target_status

Definition at line 100 of file scsi_sg.h.

◆ twelve_byte

u_int sg_header::twelve_byte

Definition at line 99 of file scsi_sg.h.


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