Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_io.h557 struct ctl_ha_msg_scsi { struct
558 struct ctl_ha_msg_hdr hdr;
559 uint64_t tag_num; /* tag number */
561 uint8_t cdb[CTL_MAX_CDBLEN]; /* CDB */
562 uint8_t cdb_len; /* CDB length */
563 uint8_t scsi_status; /* SCSI status byte */
564 uint8_t sense_len; /* Returned sense length */
565 uint8_t priority; /* Command priority */
566 uint32_t port_status; /* trans status, set by FETD,
568 uint32_t kern_data_resid; /* for DATAMOVE_DONE */
[all …]