Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/scsi/
H A Dscsi_ch.h125 struct scsi_position_to_element { struct
126 u_int8_t opcode;
128 u_int8_t byte2;
129 u_int8_t tea[2]; /* transport element address */
130 u_int8_t dst[2]; /* destination element address */
131 u_int8_t reserved[2];
132 u_int8_t invert;
134 u_int8_t control;
H A Dscsi_ch.c1562 scsi_position_to_element(struct ccb_scsiio *csio, u_int32_t retries, in scsi_position_to_element() function