FreeBSD kernel CAM code
scsi_write_verify_16 Struct Reference

#include <scsi_all.h>

Data Fields

uint8_t opcode
 
uint8_t byte2
 
uint8_t addr [8]
 
uint8_t length [4]
 
uint8_t group
 
uint8_t control
 

Detailed Description

Definition at line 1402 of file scsi_all.h.

Field Documentation

◆ addr

uint8_t scsi_write_verify_16::addr[8]

Definition at line 1406 of file scsi_all.h.

Referenced by ctl_get_lba_len(), and ctl_read_write().

◆ byte2

uint8_t scsi_write_verify_16::byte2

Definition at line 1405 of file scsi_all.h.

Referenced by ctl_read_write().

◆ control

uint8_t scsi_write_verify_16::control

Definition at line 1409 of file scsi_all.h.

◆ group

uint8_t scsi_write_verify_16::group

Definition at line 1408 of file scsi_all.h.

◆ length

uint8_t scsi_write_verify_16::length[4]

Definition at line 1407 of file scsi_all.h.

Referenced by ctl_get_lba_len(), and ctl_read_write().

◆ opcode

uint8_t scsi_write_verify_16::opcode

Definition at line 1404 of file scsi_all.h.


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