FreeBSD kernel CAM code
targbh_cmd_desc Struct Reference
Collaboration diagram for targbh_cmd_desc:

Data Fields

struct ccb_accept_tioatio_link
 
u_int data_resid
 
u_int data_increment
 
void * data
 
void * backing_store
 
u_int max_size
 
u_int32_t timeout
 
u_int8_t status
 

Detailed Description

Definition at line 99 of file scsi_targ_bh.c.

Field Documentation

◆ atio_link

struct ccb_accept_tio* targbh_cmd_desc::atio_link

Definition at line 100 of file scsi_targ_bh.c.

◆ backing_store

void* targbh_cmd_desc::backing_store

Definition at line 104 of file scsi_targ_bh.c.

Referenced by targbhallocdescr(), and targbhfreedescr().

◆ data

void* targbh_cmd_desc::data

Definition at line 103 of file scsi_targ_bh.c.

Referenced by targbhdone(), and targbhstart().

◆ data_increment

u_int targbh_cmd_desc::data_increment

Definition at line 102 of file scsi_targ_bh.c.

Referenced by targbhdone(), and targbhstart().

◆ data_resid

u_int targbh_cmd_desc::data_resid

Definition at line 101 of file scsi_targ_bh.c.

Referenced by targbhdone(), and targbhstart().

◆ max_size

u_int targbh_cmd_desc::max_size

Definition at line 105 of file scsi_targ_bh.c.

Referenced by targbhallocdescr().

◆ status

u_int8_t targbh_cmd_desc::status

Definition at line 107 of file scsi_targ_bh.c.

Referenced by targbhdone(), targbhenlun(), and targbhstart().

◆ timeout

u_int32_t targbh_cmd_desc::timeout

Definition at line 106 of file scsi_targ_bh.c.

Referenced by targbhdone(), and targbhstart().


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