FreeBSD kernel CAM code
scsi_write_verify_10 Struct Reference

#include <scsi_all.h>

Data Fields

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

Detailed Description

Definition at line 1379 of file scsi_all.h.

Field Documentation

◆ addr

uint8_t scsi_write_verify_10::addr[4]

Definition at line 1386 of file scsi_all.h.

Referenced by ctl_get_lba_len(), and ctl_read_write().

◆ byte2

uint8_t scsi_write_verify_10::byte2

Definition at line 1382 of file scsi_all.h.

Referenced by ctl_read_write().

◆ control

uint8_t scsi_write_verify_10::control

Definition at line 1389 of file scsi_all.h.

◆ group

uint8_t scsi_write_verify_10::group

Definition at line 1387 of file scsi_all.h.

◆ length

uint8_t scsi_write_verify_10::length[2]

Definition at line 1388 of file scsi_all.h.

Referenced by ctl_get_lba_len(), and ctl_read_write().

◆ opcode

uint8_t scsi_write_verify_10::opcode

Definition at line 1381 of file scsi_all.h.


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