Home
last modified time | relevance | path

Searched defs:hpsa_tmf_struct (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/scsi/
Dhpsa_cmd.h609 struct hpsa_tmf_struct { struct
610 u8 iu_type; /* Information Unit Type */
611 u8 reply_queue; /* Reply Queue ID */
612 u8 tmf; /* Task Management Function */
613 u8 reserved1; /* byte 3 Reserved */
614 __le32 it_nexus; /* SCSI I-T Nexus */
615 u8 lun_id[8]; /* LUN ID for TMF request */
616 __le64 tag; /* cciss tag associated w/ request */
617 __le64 abort_tag; /* cciss tag of SCSI cmd or TMF to abort */
618 __le64 error_ptr; /* Error Pointer */
[all …]