Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_ch.h122 struct scsi_position_to_element { struct
123 uint8_t opcode;
124 uint8_t byte2;
125 uint8_t tea[2]; /* transport element address */
126 uint8_t dst[2]; /* destination element address */
127 uint8_t reserved[2];
128 uint8_t invert;
130 uint8_t control;
H A Dscsi_ch.c1797 scsi_position_to_element(struct ccb_scsiio *csio, uint32_t retries, in scsi_position_to_element() function