Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dmpt_debug.c387 printf("\tCDBLength %d\n", msg->CDBLength); in mpt_print_scsi_io_reply()
534 printf("\tCDB[0:%d]\t", msg->CDBLength); in mpt_print_scsi_io_request()
535 for (i = 0; i < msg->CDBLength; i++) in mpt_print_scsi_io_request()
H A Dmpt_mpilib.h2625 U8 CDBLength; /* 04h */ member
2694 U8 CDBLength; /* 04h */ member
H A Dmpt_netbsd.c918 mpt_req->CDBLength = xs->cmdlen; in mpt_run_xfer()