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

Field Documentation

◆ addr

uint8_t scsi_write_same_16::addr[8]

Definition at line 1348 of file scsi_all.h.

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

◆ byte2

uint8_t scsi_write_same_16::byte2

Definition at line 1346 of file scsi_all.h.

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

◆ control

uint8_t scsi_write_same_16::control

Definition at line 1351 of file scsi_all.h.

Referenced by ctl_scsi_write_same(), and scsi_write_same().

◆ group

uint8_t scsi_write_same_16::group

Definition at line 1350 of file scsi_all.h.

Referenced by ctl_scsi_write_same(), and scsi_write_same().

◆ length

uint8_t scsi_write_same_16::length[4]

Definition at line 1349 of file scsi_all.h.

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

◆ opcode

uint8_t scsi_write_same_16::opcode

Definition at line 1345 of file scsi_all.h.

Referenced by ctl_scsi_write_same(), and scsi_write_same().


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