Searched refs:r1dst (Results 1 – 1 of 1) sorted by relevance
1118 isp_get_rio1(ispsoftc_t *isp, isp_rio1_t *r1src, isp_rio1_t *r1dst) in isp_get_rio1() argument1120 const int lim = sizeof (r1dst->req_handles) / sizeof (r1dst->req_handles[0]); in isp_get_rio1()1122 isp_get_hdr(isp, &r1src->req_header, &r1dst->req_header); in isp_get_rio1()1123 if (r1dst->req_header.rqs_seqno > lim) { in isp_get_rio1()1124 r1dst->req_header.rqs_seqno = lim; in isp_get_rio1()1126 for (i = 0; i < r1dst->req_header.rqs_seqno; i++) { in isp_get_rio1()1127 ISP_IOXGET_32(isp, &r1src->req_handles[i], r1dst->req_handles[i]); in isp_get_rio1()1130 r1dst->req_handles[i++] = 0; in isp_get_rio1()