Searched refs:XS_SETERR (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/sys/dev/isp/ |
| HD | isp.c | 2843 XS_SETERR(xs, HBA_REQINVAL); in isp_start() 2858 XS_SETERR(xs, HBA_SELTIMEOUT); in isp_start() 2864 XS_SETERR(xs, HBA_BOTCH); in isp_start() 2872 XS_SETERR(xs, HBA_SELTIMEOUT); in isp_start() 2891 XS_SETERR(xs, HBA_SELTIMEOUT); in isp_start() 2900 XS_SETERR(xs, HBA_BOTCH); in isp_start() 2903 XS_SETERR(xs, HBA_NOERROR); in isp_start() 2929 XS_SETERR(xs, HBA_REQINVAL); in isp_start() 2953 XS_SETERR(xs, HBA_BOTCH); in isp_start() 2967 XS_SETERR(xs, HBA_BOTCH); in isp_start() [all …]
|
| HD | isp_freebsd.h | 487 #define XS_SETERR(ccb, v) (ccb)->ccb_h.status &= ~CAM_STATUS_MASK, \ macro 506 #define XS_INITERR(ccb) XS_SETERR(ccb, CAM_REQ_INPROG), ccb->sense_resid = ccb->sense_len
|
| HD | isp_freebsd.c | 1971 XS_SETERR(xs, CAM_CMD_TIMEOUT); in isp_watchdog() 2172 XS_SETERR(xs, HBA_BUSRESET); in isp_loop_dead() 2811 XS_SETERR(sccb, CAM_REQ_CMP); in isp_done()
|
| HD | isp_library.c | 474 XS_SETERR(xs, HBA_BUSRESET); in isp_clear_commands()
|