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.h1053 struct scsi_write_buffer struct
1055 uint8_t opcode;
1056 uint8_t byte2;
1057 uint8_t buffer_id;
1058 uint8_t offset[3];
1059 uint8_t length[3];
1060 uint8_t control;
H A Dscsi_all.c8954 scsi_write_buffer(struct ccb_scsiio *csio, uint32_t retries, in scsi_write_buffer() function