Searched refs:XS_SET_RESID (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/dev/isp/ |
| HD | isp.c | 5394 XS_SET_RESID(xs, resid); in isp_intr() 5408 XS_SET_RESID(xs, 0); in isp_intr() 5410 XS_SET_RESID(xs, resid); in isp_intr() 5412 XS_SET_RESID(xs, 0); in isp_intr() 5457 XS_SET_RESID(xs, XS_XFRLEN(xs)); in isp_intr() 6304 XS_SET_RESID(xs, sp->req_resid); in isp_parse_status() 6375 XS_SET_RESID(xs, sp->req_resid); in isp_parse_status() 6567 XS_SET_RESID(xs, sp->req_resid); in isp_parse_status_24xx() 6604 XS_SET_RESID(xs, sp->req_resid); in isp_parse_status_24xx() 6694 XS_SET_RESID(xs, 0); in isp_fastpost_complete()
|
| HD | isp_freebsd.h | 530 #define XS_SET_RESID(ccb, r) (ccb)->resid = r macro
|
| HD | isp_library.c | 580 XS_SET_RESID(xs, XS_XFRLEN(xs)); in isp_clear_commands() 582 XS_SET_RESID(xs, 0); in isp_clear_commands()
|