FreeBSD kernel CAM code
cam_et Struct Reference

#include <cam_xpt_internal.h>

Collaboration diagram for cam_et:

Public Member Functions

 TAILQ_HEAD (, cam_ed) ed_entries
 
 TAILQ_ENTRY (cam_et) links
 

Data Fields

struct cam_ebbus
 
target_id_t target_id
 
u_int32_t refcount
 
u_int generation
 
struct timeval last_reset
 
u_int rpl_size
 
struct scsi_report_luns_dataluns
 
struct mtx luns_mtx
 

Detailed Description

Definition at line 167 of file cam_xpt_internal.h.

Member Function Documentation

◆ TAILQ_ENTRY()

cam_et::TAILQ_ENTRY ( cam_et  )

◆ TAILQ_HEAD()

cam_et::TAILQ_HEAD ( cam_ed  )

Field Documentation

◆ bus

◆ generation

◆ last_reset

struct timeval cam_et::last_reset

Definition at line 174 of file cam_xpt_internal.h.

Referenced by xpt_action_default(), xpt_alloc_target(), and xpt_async_process_tgt().

◆ luns

struct scsi_report_luns_data* cam_et::luns

◆ luns_mtx

struct mtx cam_et::luns_mtx

◆ refcount

◆ rpl_size

u_int cam_et::rpl_size

Definition at line 175 of file cam_xpt_internal.h.

Referenced by probedone(), and probestart().

◆ target_id


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