FreeBSD kernel CAM code
scsi_report_supported_opcodes_descr Struct Reference

#include <scsi_all.h>

Collaboration diagram for scsi_report_supported_opcodes_descr:

Data Fields

uint8_t opcode
 
uint8_t reserved
 
uint8_t service_action [2]
 
uint8_t reserved2
 
uint8_t flags
 
uint8_t cdb_length [2]
 
struct scsi_report_supported_opcodes_timeout timeout [0]
 

Detailed Description

Definition at line 1532 of file scsi_all.h.

Field Documentation

◆ cdb_length

uint8_t scsi_report_supported_opcodes_descr::cdb_length[2]

Definition at line 1545 of file scsi_all.h.

Referenced by ctl_report_supported_opcodes().

◆ flags

uint8_t scsi_report_supported_opcodes_descr::flags

Definition at line 1538 of file scsi_all.h.

Referenced by ctl_report_supported_opcodes(), and saloadtimeouts().

◆ opcode

uint8_t scsi_report_supported_opcodes_descr::opcode

Definition at line 1534 of file scsi_all.h.

Referenced by ctl_report_supported_opcodes(), and saloadtimeouts().

◆ reserved

uint8_t scsi_report_supported_opcodes_descr::reserved

Definition at line 1535 of file scsi_all.h.

◆ reserved2

uint8_t scsi_report_supported_opcodes_descr::reserved2

Definition at line 1537 of file scsi_all.h.

◆ service_action

uint8_t scsi_report_supported_opcodes_descr::service_action[2]

Definition at line 1536 of file scsi_all.h.

Referenced by ctl_report_supported_opcodes().

◆ timeout

struct scsi_report_supported_opcodes_timeout scsi_report_supported_opcodes_descr::timeout[0]

Definition at line 1546 of file scsi_all.h.


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