Searched refs:r2dst (Results 1 – 1 of 1) sorted by relevance
1135 isp_get_rio2(ispsoftc_t *isp, isp_rio2_t *r2src, isp_rio2_t *r2dst) in isp_get_rio2() argument1137 const int lim = sizeof (r2dst->req_handles) / sizeof (r2dst->req_handles[0]); in isp_get_rio2()1140 isp_get_hdr(isp, &r2src->req_header, &r2dst->req_header); in isp_get_rio2()1141 if (r2dst->req_header.rqs_seqno > lim) { in isp_get_rio2()1142 r2dst->req_header.rqs_seqno = lim; in isp_get_rio2()1144 for (i = 0; i < r2dst->req_header.rqs_seqno; i++) { in isp_get_rio2()1145 ISP_IOXGET_16(isp, &r2src->req_handles[i], r2dst->req_handles[i]); in isp_get_rio2()1148 r2dst->req_handles[i++] = 0; in isp_get_rio2()