isp24xx_statusreq_t
isp_parse_status_24xx(ispsoftc_t *, isp24xx_statusreq_t *, XS_T *, long *);
isp24xx_statusreq_t *sp;
sp = (isp24xx_statusreq_t *) local;
&((isp24xx_statusreq_t *)fcp->isp_scratch)[1], sp);
isp24xx_statusreq_t *sp2 = (isp24xx_statusreq_t *)qe;
isp_get_24xx_response(isp, (isp24xx_statusreq_t *)hp, sp2);
resp = ((isp24xx_statusreq_t *)sp)->req_rsp_sense;
rlen = ((isp24xx_statusreq_t *)sp)->req_response_len;
snsp = ((isp24xx_statusreq_t *)sp)->req_rsp_sense;
slen = ((isp24xx_statusreq_t *)sp)->req_sense_len;
isp_parse_status_24xx(isp, (isp24xx_statusreq_t *)sp, xs, &resid);
isp_parse_status_24xx(ispsoftc_t *isp, isp24xx_statusreq_t *sp, XS_T *xs, long *rp)
isp_get_24xx_response(ispsoftc_t *isp, isp24xx_statusreq_t *src, isp24xx_statusreq_t *dst)
void isp_get_24xx_response(ispsoftc_t *, isp24xx_statusreq_t *, isp24xx_statusreq_t *);