Home
last modified time | relevance | path

Searched refs:SCSI_CDB6_LEN (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/bus/cam/scsi/
H A Dscsi_targ_bh.c588 SCSI_CDB6_LEN(inq->length)); in targbhdone()
605 SCSI_CDB6_LEN(rsense->length)); in targbhdone()
H A Dscsi_all.h64 #define SCSI_CDB6_LEN(len) ((len) == 0 ? 256 : len) macro
/dragonfly/share/examples/scsi_target/
H A Dscsi_cmds.c317 SCSI_CDB6_LEN(inq->length)); in tcmd_inquiry()
387 ctio->dxfer_len = min(dlen, SCSI_CDB6_LEN(rsense->length)); in tcmd_req_sense()