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

Data Fields

struct ctl_port port
 
path_id_t path_id
 
target_id_t target_id
 
uint32_t hba_misc
 
u_int maxio
 
struct cam_simsim
 
char port_name [DEV_IDLEN]
 
struct mtx lun_softc_mtx
 

Detailed Description

Definition at line 79 of file scsi_ctl.c.

Field Documentation

◆ hba_misc

uint32_t ctlfe_softc::hba_misc

Definition at line 83 of file scsi_ctl.c.

Referenced by ctlfe_lun_disable(), ctlfe_lun_enable(), ctlfeasync(), and ctlfedone().

◆ lun_softc_mtx

struct mtx ctlfe_softc::lun_softc_mtx

Definition at line 87 of file scsi_ctl.c.

Referenced by ctlfe_lun_disable(), ctlfeasync(), and ctlferegister().

◆ maxio

u_int ctlfe_softc::maxio

Definition at line 84 of file scsi_ctl.c.

Referenced by ctlfeasync(), and ctlfedata().

◆ path_id

path_id_t ctlfe_softc::path_id

Definition at line 81 of file scsi_ctl.c.

Referenced by ctlfe_lun_enable(), ctlfe_offline(), ctlfe_online(), ctlfe_onoffline(), and ctlfeasync().

◆ port

struct ctl_port ctlfe_softc::port

Definition at line 80 of file scsi_ctl.c.

Referenced by ctlfe_onoffline(), ctlfeasync(), ctlfedone(), and ctlferegister().

◆ port_name

char ctlfe_softc::port_name[DEV_IDLEN]

Definition at line 86 of file scsi_ctl.c.

Referenced by ctlfe_onoffline(), and ctlfeasync().

◆ sim

struct cam_sim* ctlfe_softc::sim

Definition at line 85 of file scsi_ctl.c.

Referenced by ctlfe_dump(), ctlfeasync(), and ctlferegister().

◆ target_id

target_id_t ctlfe_softc::target_id

Definition at line 82 of file scsi_ctl.c.

Referenced by ctlfe_lun_disable(), ctlfe_lun_enable(), and ctlfeasync().


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