Searched refs:cdblen (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/dev/isp/ |
| HD | isp.c | 4317 uint32_t handle, cdblen; in isp_start() local 4521 cdblen = XS_CDBLEN(xs); in isp_start() 4524 if (cdblen > sizeof (reqp->req_cdb)) { in isp_start() 4525 isp_prt(isp, ISP_LOGERR, "Command Length %u too long for this chip", cdblen); in isp_start() 4532 reqp->req_cdblen = cdblen; in isp_start() 4537 if (cdblen > sizeof (t7->req_cdb)) { in isp_start() 4538 isp_prt(isp, ISP_LOGERR, "Command Length %u too long for this chip", cdblen); in isp_start() 4566 if (cdblen > sizeof t2->req_cdb) { in isp_start() 4567 isp_prt(isp, ISP_LOGERR, "Command Length %u too long for this chip", cdblen); in isp_start() 4595 ISP_MEMCPY(cdbp, XS_CDBP(xs), cdblen); in isp_start()
|
| /trueos/sys/dev/aic7xxx/ |
| HD | aic79xx.h | 436 uint8_t cdblen; member
|
| HD | aic79xx_osm.c | 1102 hscb->shared_data.idata.cdb_from_host.cdblen = in ahd_setup_data()
|