Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dmpt_debug.c368 printf("\tCDBLength %d\n", msg->CDBLength); in mpt_print_scsi_io_reply()
515 printf("\tCDB[0:%d]\t", msg->CDBLength); in mpt_print_scsi_io_request()
516 for (i = 0; i < msg->CDBLength; i++) in mpt_print_scsi_io_request()
Dmpt_mpilib.h2626 U8 CDBLength; /* 04h */ member
2695 U8 CDBLength; /* 04h */ member
Dmpt_openbsd.c1055 mpt_req->CDBLength = xs->cmdlen; in mpt_run_xfer()