FreeBSD kernel CAM code
scsi_sync_cache_16 Struct Reference

#include <scsi_all.h>

Data Fields

uint8_t opcode
 
uint8_t byte2
 
uint8_t begin_lba [8]
 
uint8_t lb_count [4]
 
uint8_t reserved
 
uint8_t control
 

Detailed Description

Definition at line 960 of file scsi_all.h.

Field Documentation

◆ begin_lba

uint8_t scsi_sync_cache_16::begin_lba[8]

Definition at line 964 of file scsi_all.h.

Referenced by ctl_scsi_sync_cache(), and ctl_sync_cache().

◆ byte2

uint8_t scsi_sync_cache_16::byte2

Definition at line 963 of file scsi_all.h.

Referenced by ctl_scsi_sync_cache(), and ctl_sync_cache().

◆ control

uint8_t scsi_sync_cache_16::control

Definition at line 967 of file scsi_all.h.

Referenced by ctl_scsi_sync_cache().

◆ lb_count

uint8_t scsi_sync_cache_16::lb_count[4]

Definition at line 965 of file scsi_all.h.

Referenced by ctl_scsi_sync_cache(), and ctl_sync_cache().

◆ opcode

uint8_t scsi_sync_cache_16::opcode

Definition at line 962 of file scsi_all.h.

Referenced by ctl_scsi_sync_cache().

◆ reserved

uint8_t scsi_sync_cache_16::reserved

Definition at line 966 of file scsi_all.h.


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