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

/freebsd-11-stable/sys/dev/isp/
H A Disp_library.c1121 isp_get_rio1(ispsoftc_t *isp, isp_rio1_t *r1src, isp_rio1_t *r1dst) argument
1123 const int lim = sizeof (r1dst->req_handles) / sizeof (r1dst->req_handles[0]);
1125 isp_get_hdr(isp, &r1src->req_header, &r1dst->req_header);
1126 if (r1dst->req_header.rqs_seqno > lim) {
1127 r1dst->req_header.rqs_seqno = lim;
1129 for (i = 0; i < r1dst->req_header.rqs_seqno; i++) {
1130 ISP_IOXGET_32(isp, &r1src->req_handles[i], r1dst->req_handles[i]);
1133 r1dst->req_handles[i++] = 0;

Completed in 46 milliseconds