FreeBSD kernel CAM code
scsi_write_same_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 1329 of file scsi_all.h.

Field Documentation

◆ addr

uint8_t scsi_write_same_10::addr[4]

Definition at line 1337 of file scsi_all.h.

Referenced by ctl_get_lba_len(), ctl_write_same(), and scsi_write_same().

◆ byte2

uint8_t scsi_write_same_10::byte2

Definition at line 1332 of file scsi_all.h.

Referenced by ctl_write_same(), and scsi_write_same().

◆ control

uint8_t scsi_write_same_10::control

Definition at line 1340 of file scsi_all.h.

Referenced by scsi_write_same().

◆ group

uint8_t scsi_write_same_10::group

Definition at line 1338 of file scsi_all.h.

Referenced by scsi_write_same().

◆ length

uint8_t scsi_write_same_10::length[2]

Definition at line 1339 of file scsi_all.h.

Referenced by ctl_get_lba_len(), ctl_write_same(), and scsi_write_same().

◆ opcode

uint8_t scsi_write_same_10::opcode

Definition at line 1331 of file scsi_all.h.

Referenced by scsi_write_same().


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