Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/cam/ctl/
HDctl_io.h485 struct ctl_ha_msg_scsi { struct
486 struct ctl_ha_msg_hdr hdr;
487 uint64_t tag_num; /* tag number */
488 ctl_tag_type tag_type; /* simple, ordered, etc. */
489 uint8_t cdb[CTL_MAX_CDBLEN]; /* CDB */
490 uint8_t cdb_len; /* CDB length */
491 uint8_t scsi_status; /* SCSI status byte */
492 uint8_t sense_len; /* Returned sense length */
493 uint8_t priority; /* Command priority */
494 uint32_t port_status; /* trans status, set by FETD,
[all …]