FreeBSD kernel CAM code
scsi_sync_cache Struct Reference

#include <scsi_all.h>

Data Fields

u_int8_t opcode
 
u_int8_t byte2
 
u_int8_t begin_lba [4]
 
u_int8_t reserved
 
u_int8_t lb_count [2]
 
u_int8_t control
 

Detailed Description

Definition at line 948 of file scsi_all.h.

Field Documentation

◆ begin_lba

u_int8_t scsi_sync_cache::begin_lba[4]

Definition at line 954 of file scsi_all.h.

Referenced by ctl_scsi_sync_cache(), ctl_sync_cache(), and scsi_synchronize_cache().

◆ byte2

u_int8_t scsi_sync_cache::byte2

Definition at line 951 of file scsi_all.h.

Referenced by ctl_scsi_sync_cache(), ctl_sync_cache(), and scsi_read_write().

◆ control

u_int8_t scsi_sync_cache::control

Definition at line 957 of file scsi_all.h.

Referenced by ctl_scsi_sync_cache().

◆ lb_count

u_int8_t scsi_sync_cache::lb_count[2]

Definition at line 956 of file scsi_all.h.

Referenced by ctl_scsi_sync_cache(), ctl_sync_cache(), and scsi_synchronize_cache().

◆ opcode

u_int8_t scsi_sync_cache::opcode

Definition at line 950 of file scsi_all.h.

Referenced by ctl_scsi_sync_cache(), and scsi_synchronize_cache().

◆ reserved

u_int8_t scsi_sync_cache::reserved

Definition at line 955 of file scsi_all.h.


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