FreeBSD kernel CAM code
ctlfe_cmd_info Struct Reference

Data Fields

int cur_transfer_index
 
size_t cur_transfer_off
 
ctlfe_cmd_flags flags
 
bus_dma_segment_t cam_sglist [CTLFE_MAX_SEGS]
 

Detailed Description

Definition at line 121 of file scsi_ctl.c.

Field Documentation

◆ cam_sglist

bus_dma_segment_t ctlfe_cmd_info::cam_sglist[CTLFE_MAX_SEGS]

Definition at line 131 of file scsi_ctl.c.

Referenced by ctlfedata().

◆ cur_transfer_index

int ctlfe_cmd_info::cur_transfer_index

Definition at line 122 of file scsi_ctl.c.

Referenced by ctlfedata(), and ctlfestart().

◆ cur_transfer_off

size_t ctlfe_cmd_info::cur_transfer_off

Definition at line 123 of file scsi_ctl.c.

Referenced by ctlfedata(), and ctlfestart().

◆ flags

ctlfe_cmd_flags ctlfe_cmd_info::flags

Definition at line 124 of file scsi_ctl.c.

Referenced by ctlfedata(), ctlfedone(), and ctlfestart().


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