Home
last modified time | relevance | path

Searched refs:XS_ERR (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/isp/
Disp_freebsd.h552 #define XS_ERR(ccb) ((ccb)->ccb_h.status & CAM_STATUS_MASK) macro
Disp.c5454 if ((XS_NOERR(xs) || XS_ERR(xs) == HBA_NOERROR) && (*XS_STSP(xs) == SCSI_BUSY)) { in isp_intr()
5605 …s STS 0x%x XS_ERR=0x%x", XS_XFRLEN(xs), (long) XS_GET_RESID(xs), cdbstr, *XS_STSP(xs), XS_ERR(xs)); in isp_prt_endcmd()