Home
last modified time | relevance | path

Searched refs:XS_SETERR (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/isp/
HDisp.c4413 XS_SETERR(xs, HBA_REQINVAL); in isp_start()
4429 XS_SETERR(xs, HBA_SELTIMEOUT); in isp_start()
4435 XS_SETERR(xs, HBA_BOTCH); in isp_start()
4443 XS_SETERR(xs, HBA_SELTIMEOUT); in isp_start()
4462 XS_SETERR(xs, HBA_SELTIMEOUT); in isp_start()
4469 XS_SETERR(xs, HBA_BOTCH); in isp_start()
4484 XS_SETERR(xs, HBA_BOTCH); in isp_start()
4487 XS_SETERR(xs, HBA_NOERROR); in isp_start()
4587 XS_SETERR(xs, HBA_REQINVAL); in isp_start()
4600 XS_SETERR(xs, HBA_REQINVAL); in isp_start()
[all …]
HDisp_sbus.c659 XS_SETERR(csio, CAM_REQ_TOO_BIG); in isp_sbus_dmasetup()
661 XS_SETERR(csio, CAM_REQ_INVALID); in isp_sbus_dmasetup()
663 XS_SETERR(csio, CAM_UNREC_HBA_ERROR); in isp_sbus_dmasetup()
HDisp_freebsd.h553 #define XS_SETERR(ccb, v) (ccb)->ccb_h.status &= ~CAM_STATUS_MASK, \ macro
572 #define XS_INITERR(ccb) XS_SETERR(ccb, CAM_REQ_INPROG), ccb->sense_resid = ccb->sense_len
HDisp_freebsd.c2582 XS_SETERR(xs, CAM_CMD_TIMEOUT); in isp_watchdog()
2785 XS_SETERR(xs, HBA_BUSRESET); in isp_loop_dead()
3558 XS_SETERR(sccb, CAM_REQ_CMP); in isp_done()
HDisp_library.c629 XS_SETERR(xs, HBA_BUSRESET); in isp_clear_commands()