Searched refs:isp24xx_statusreq_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/dev/isp/
H A Disp_library.h111 void isp_get_24xx_response(ispsoftc_t *, isp24xx_statusreq_t *, isp24xx_statusreq_t *);
H A Disp.c108 isp_parse_status_24xx(ispsoftc_t *, isp24xx_statusreq_t *, XS_T *, long *);
4682 isp24xx_statusreq_t *sp;
4730 sp = (isp24xx_statusreq_t *) local;
4731 isp_get_24xx_response(isp, &((isp24xx_statusreq_t *)fcp->isp_scratch)[1], sp);
5213 isp24xx_statusreq_t *sp2 = (isp24xx_statusreq_t *)qe;
5214 isp_get_24xx_response(isp, (isp24xx_statusreq_t *)hp, sp2);
5387 resp = ((isp24xx_statusreq_t *)sp)->req_rsp_sense;
5388 rlen = ((isp24xx_statusreq_t *)sp)->req_response_len;
5401 snsp = ((isp24xx_statusreq_t *)s
[all...]
H A Disp_freebsd.c589 isp24xx_statusreq_t *sp;
662 sp = (isp24xx_statusreq_t *) local;
666 isp_get_24xx_response(isp, &((isp24xx_statusreq_t *)fcp->isp_scratch)[1], sp);
H A Dispmbox.h641 } isp24xx_statusreq_t; typedef in typeref:struct:__anon8091
H A Disp_library.c1175 isp_get_24xx_response(ispsoftc_t *isp, isp24xx_statusreq_t *src, isp24xx_statusreq_t *dst)

Completed in 92 milliseconds