FreeBSD kernel CAM code
ccb_hdr_0x17 Struct Reference

#include <cam_compat.h>

Collaboration diagram for ccb_hdr_0x17:

Data Fields

cam_pinfo pinfo
 
camq_entry xpt_links
 
camq_entry sim_links
 
camq_entry periph_links
 
u_int32_t retry_count
 
void(* cbfcnp )(struct cam_periph *, union ccb *)
 
xpt_opcode func_code
 
u_int32_t status
 
struct cam_pathpath
 
path_id_t path_id
 
target_id_t target_id
 
u_int target_lun
 
u_int32_t flags
 
ccb_ppriv_area periph_priv
 
ccb_spriv_area sim_priv
 
u_int32_t timeout
 
struct callout * timeout_ch
 

Detailed Description

Definition at line 57 of file cam_compat.h.

Field Documentation

◆ cbfcnp

void(* ccb_hdr_0x17::cbfcnp) (struct cam_periph *, union ccb *)

Definition at line 63 of file cam_compat.h.

Referenced by cam_compat_handle_0x17().

◆ flags

u_int32_t ccb_hdr_0x17::flags

Definition at line 70 of file cam_compat.h.

Referenced by cam_compat_handle_0x17(), and cam_compat_ioctl().

◆ func_code

xpt_opcode ccb_hdr_0x17::func_code

Definition at line 64 of file cam_compat.h.

Referenced by cam_compat_handle_0x17().

◆ path

struct cam_path* ccb_hdr_0x17::path

Definition at line 66 of file cam_compat.h.

Referenced by cam_compat_handle_0x17().

◆ path_id

path_id_t ccb_hdr_0x17::path_id

Definition at line 67 of file cam_compat.h.

Referenced by cam_compat_handle_0x17().

◆ periph_links

camq_entry ccb_hdr_0x17::periph_links

Definition at line 61 of file cam_compat.h.

Referenced by cam_compat_handle_0x17().

◆ periph_priv

ccb_ppriv_area ccb_hdr_0x17::periph_priv

Definition at line 71 of file cam_compat.h.

Referenced by cam_compat_handle_0x17().

◆ pinfo

cam_pinfo ccb_hdr_0x17::pinfo

Definition at line 58 of file cam_compat.h.

Referenced by cam_compat_handle_0x17().

◆ retry_count

u_int32_t ccb_hdr_0x17::retry_count

Definition at line 62 of file cam_compat.h.

Referenced by cam_compat_handle_0x17().

◆ sim_links

camq_entry ccb_hdr_0x17::sim_links

Definition at line 60 of file cam_compat.h.

Referenced by cam_compat_handle_0x17().

◆ sim_priv

ccb_spriv_area ccb_hdr_0x17::sim_priv

Definition at line 72 of file cam_compat.h.

Referenced by cam_compat_handle_0x17().

◆ status

u_int32_t ccb_hdr_0x17::status

Definition at line 65 of file cam_compat.h.

Referenced by cam_compat_handle_0x17().

◆ target_id

target_id_t ccb_hdr_0x17::target_id

Definition at line 68 of file cam_compat.h.

Referenced by cam_compat_handle_0x17().

◆ target_lun

u_int ccb_hdr_0x17::target_lun

Definition at line 69 of file cam_compat.h.

Referenced by cam_compat_handle_0x17().

◆ timeout

u_int32_t ccb_hdr_0x17::timeout

Definition at line 73 of file cam_compat.h.

Referenced by cam_compat_handle_0x17().

◆ timeout_ch

struct callout* ccb_hdr_0x17::timeout_ch

Definition at line 74 of file cam_compat.h.

◆ xpt_links

camq_entry ccb_hdr_0x17::xpt_links

Definition at line 59 of file cam_compat.h.

Referenced by cam_compat_handle_0x17().


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