FreeBSD kernel CAM code
device_match_result Struct Reference

#include <cam_ccb.h>

Collaboration diagram for device_match_result:

Data Fields

path_id_t path_id
 
target_id_t target_id
 
lun_id_t target_lun
 
cam_proto protocol
 
struct scsi_inquiry_data inq_data
 
struct ata_params ident_data
 
dev_result_flags flags
 

Detailed Description

Definition at line 513 of file cam_ccb.h.

Field Documentation

◆ flags

dev_result_flags device_match_result::flags

Definition at line 520 of file cam_ccb.h.

Referenced by cam_compat_translate_dev_match_0x18(), and xptedtdevicefunc().

◆ ident_data

struct ata_params device_match_result::ident_data

Definition at line 519 of file cam_ccb.h.

Referenced by cam_compat_translate_dev_match_0x18(), and xptedtdevicefunc().

◆ inq_data

struct scsi_inquiry_data device_match_result::inq_data

Definition at line 518 of file cam_ccb.h.

Referenced by cam_compat_translate_dev_match_0x18(), and xptedtdevicefunc().

◆ path_id

path_id_t device_match_result::path_id

◆ protocol

cam_proto device_match_result::protocol

Definition at line 517 of file cam_ccb.h.

Referenced by cam_compat_translate_dev_match_0x18(), and xptedtdevicefunc().

◆ target_id

target_id_t device_match_result::target_id

◆ target_lun

lun_id_t device_match_result::target_lun

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