Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_ch.h76 struct scsi_exchange_medium { struct
77 uint8_t opcode;
79 uint8_t byte2;
80 uint8_t tea[2]; /* transport element address */
81 uint8_t src[2]; /* source address */
82 uint8_t fdst[2]; /* first destination address */
83 uint8_t sdst[2]; /* second destination address */
84 uint8_t invert;
87 uint8_t control;
H A Dscsi_ch.c1760 scsi_exchange_medium(struct ccb_scsiio *csio, uint32_t retries, in scsi_exchange_medium() function