FreeBSD kernel CAM code
cam_eb Struct Reference

#include <cam_xpt_internal.h>

Collaboration diagram for cam_eb:

Public Member Functions

 TAILQ_HEAD (, cam_et) et_entries
 
 TAILQ_ENTRY (cam_eb) links
 

Data Fields

path_id_t path_id
 
struct cam_simsim
 
struct timeval last_reset
 
u_int32_t flags
 
u_int32_t refcount
 
u_int generation
 
device_t parent_dev
 
struct xpt_xportxport
 
struct mtx eb_mtx
 

Detailed Description

Definition at line 185 of file cam_xpt_internal.h.

Member Function Documentation

◆ TAILQ_ENTRY()

cam_eb::TAILQ_ENTRY ( cam_eb  )

◆ TAILQ_HEAD()

cam_eb::TAILQ_HEAD ( cam_et  )

Field Documentation

◆ eb_mtx

◆ flags

u_int32_t cam_eb::flags

Definition at line 191 of file cam_xpt_internal.h.

Referenced by xpt_bus_register().

◆ generation

u_int cam_eb::generation

◆ last_reset

struct timeval cam_eb::last_reset

◆ parent_dev

device_t cam_eb::parent_dev

Definition at line 195 of file cam_xpt_internal.h.

Referenced by xpt_bus_register(), and xpt_path_sim_device().

◆ path_id

◆ refcount

◆ sim

◆ xport


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