Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_all.h1047 struct scsi_write_buffer struct
1049 uint8_t opcode;
1050 uint8_t byte2;
1051 uint8_t buffer_id;
1052 uint8_t offset[3];
1053 uint8_t length[3];
1054 uint8_t control;
H A Dscsi_all.c8954 scsi_write_buffer(struct ccb_scsiio *csio, uint32_t retries, in scsi_write_buffer() function