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

Data Fields

struct ccb_queue pending_queue
 
struct ccb_queue work_queue
 
struct ccb_queue unknown_atio_queue
 
struct devstat device_stats
 
targbh_state state
 
targbh_flags flags
 
u_int init_level
 
u_int inq_data_len
 
struct ccb_accept_tioaccept_tio_list
 
struct ccb_hdr_slist immed_notify_slist
 

Detailed Description

Definition at line 86 of file scsi_targ_bh.c.

Field Documentation

◆ accept_tio_list

struct ccb_accept_tio* targbh_softc::accept_tio_list

Definition at line 95 of file scsi_targ_bh.c.

Referenced by targbhctor(), targbhdislun(), and targbhenlun().

◆ device_stats

struct devstat targbh_softc::device_stats

Definition at line 90 of file scsi_targ_bh.c.

◆ flags

targbh_flags targbh_softc::flags

Definition at line 92 of file scsi_targ_bh.c.

Referenced by targbhdislun(), and targbhenlun().

◆ immed_notify_slist

struct ccb_hdr_slist targbh_softc::immed_notify_slist

Definition at line 96 of file scsi_targ_bh.c.

Referenced by targbhctor(), targbhdislun(), and targbhenlun().

◆ init_level

u_int targbh_softc::init_level

Definition at line 93 of file scsi_targ_bh.c.

Referenced by targbhctor(), and targbhdtor().

◆ inq_data_len

u_int targbh_softc::inq_data_len

Definition at line 94 of file scsi_targ_bh.c.

◆ pending_queue

struct ccb_queue targbh_softc::pending_queue

Definition at line 87 of file scsi_targ_bh.c.

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

◆ state

targbh_state targbh_softc::state

Definition at line 91 of file scsi_targ_bh.c.

Referenced by targbhctor(), targbhdone(), and targbhdtor().

◆ unknown_atio_queue

struct ccb_queue targbh_softc::unknown_atio_queue

Definition at line 89 of file scsi_targ_bh.c.

◆ work_queue

struct ccb_queue targbh_softc::work_queue

Definition at line 88 of file scsi_targ_bh.c.

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


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