Home
last modified time | relevance | path

Searched refs:r2dst (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/ic/
Disp_library.c1157 isp_get_rio2(ispsoftc_t *isp, isp_rio2_t *r2src, isp_rio2_t *r2dst) in isp_get_rio2() argument
1159 const int lim = sizeof (r2dst->req_handles) / sizeof (r2dst->req_handles[0]); in isp_get_rio2()
1162 isp_get_hdr(isp, &r2src->req_header, &r2dst->req_header); in isp_get_rio2()
1163 if (r2dst->req_header.rqs_seqno > lim) { in isp_get_rio2()
1164 r2dst->req_header.rqs_seqno = lim; in isp_get_rio2()
1166 for (i = 0; i < r2dst->req_header.rqs_seqno; i++) { in isp_get_rio2()
1167 ISP_IOXGET_16(isp, &r2src->req_handles[i], r2dst->req_handles[i]); in isp_get_rio2()
1170 r2dst->req_handles[i++] = 0; in isp_get_rio2()