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

Data Fields

struct ctlfe_softcparent_softc
 
struct cam_periphperiph
 
ctlfe_lun_flags flags
 
int ctios_sent
 
int refcount
 
int atios_alloced
 
int inots_alloced
 
struct task refdrain_task
 

Detailed Description

Definition at line 101 of file scsi_ctl.c.

Field Documentation

◆ atios_alloced

int ctlfe_lun_softc::atios_alloced

Definition at line 107 of file scsi_ctl.c.

Referenced by ctlfe_free_ccb(), ctlfecleanup(), and ctlferegister().

◆ ctios_sent

int ctlfe_lun_softc::ctios_sent

Definition at line 105 of file scsi_ctl.c.

Referenced by ctlfe_dump_queue(), ctlfecleanup(), ctlfedone(), and ctlfestart().

◆ flags

ctlfe_lun_flags ctlfe_lun_softc::flags

Definition at line 104 of file scsi_ctl.c.

Referenced by ctlfe_online().

◆ inots_alloced

int ctlfe_lun_softc::inots_alloced

Definition at line 108 of file scsi_ctl.c.

Referenced by ctlfe_free_ccb(), ctlfecleanup(), and ctlferegister().

◆ parent_softc

struct ctlfe_softc* ctlfe_lun_softc::parent_softc

◆ periph

◆ refcount

int ctlfe_lun_softc::refcount

Definition at line 106 of file scsi_ctl.c.

Referenced by ctlfe_drain(), ctlfe_free_ccb(), ctlfecleanup(), and ctlfestart().

◆ refdrain_task

struct task ctlfe_lun_softc::refdrain_task

Definition at line 109 of file scsi_ctl.c.

Referenced by ctlfe_free_ccb().


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