HomeSort by: relevance | last modified time | path
    Searched refs:XS_CDBP (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
isp_netbsd.h 224 #define XS_CDBP(xs) ((uint8_t *) (xs)->cmd)
isp.c 4218 isp_prt(isp, ISP_LOGERR, "unsupported cdb length (%d, CDB[0]=0x%x)", XS_CDBLEN(xs), XS_CDBP(xs)[0] & 0xff);
4329 if (XS_CDBP(xs)[0] == 0x3) {
4361 if (XS_CDBP(xs)[0] == 0x3) /* REQUEST SENSE */
4422 ISP_MEMCPY(cdbp, XS_CDBP(xs), cdblen);
4455 isp_xs_prt(isp, xs, ISP_LOGDEBUG0, "START cmd cdb[0]=0x%x datalen %ld", XS_CDBP(xs)[0], (long) XS_XFRLEN(xs));
5268 isp_xs_prt(isp, xs, ISP_LOGWARN, "FCP RESPONSE, LENGTH %u: %s CDB0=0x%02x", rlen, ptr, XS_CDBP(xs)[0] & 0xff);
5306 isp_prt(isp, ISP_LOGWARN, "CHECK CONDITION w/o sense data for CDB=0x%x", XS_CDBP(xs)[0] & 0xff);
5404 ISP_SNPRINTF(cdbstr, sizeof (cdbstr), "0x%02x ", XS_CDBP(xs)[0]);
5406 ISP_SNPRINTF(cdbstr, sizeof (cdbstr), "%s0x%02x ", cdbstr, XS_CDBP(xs)[i]);
6442 isp_xs_prt(isp, xs, ISP_LOGDEBUG0, "Data Underrun (%d) for command 0x%x", sp->req_resid, XS_CDBP(xs)[0] & 0xff)
    [all...]
isp_netbsd.c 813 XS_CDBP(xs)[0], (long) XS_XFRLEN(xs));

Completed in 15 milliseconds