Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/mpilib/
H A Dmpi_init.h109 U8 CDBLength; /* 04h */ member
179 U8 CDBLength; /* 04h */ member
291 U8 CDBLength; /* 04h */ member
406 U8 CDBLength; /* 04h */ member
H A Dmpi_raid.h201 U8 CDBLength; /* 04h */ member
223 U8 CDBLength; /* 04h */ member
/freebsd/sys/dev/mpt/
H A Dmpt_debug.c423 printf("\tCDBLength %d\n", msg->CDBLength); in mpt_print_scsi_io_reply()
571 printf("\tCDB[0:%d]\t", msg->CDBLength); in mpt_print_scsi_io_request()
572 for (i = 0; i < msg->CDBLength; i++) in mpt_print_scsi_io_request()
H A Dmpt_cam.c2161 mpt_req->CDBLength = csio->cdb_len; in mpt_start()