Lines Matching refs:req_header

138 			crq->req_header.rqs_entry_type = RQSTYPE_A64_CONT;  in isp_send_cmd()
139 crq->req_header.rqs_entry_count = 1; in isp_send_cmd()
144 crq->req_header.rqs_entry_type = RQSTYPE_DATASEG; in isp_send_cmd()
145 crq->req_header.rqs_entry_count = 1; in isp_send_cmd()
764 isp_put_hdr(isp, &rqsrc->req_header, &rqdst->req_header); in isp_put_request()
831 isp_put_hdr(isp, &src->req_header, &dst->req_header); in isp_put_request_t2()
854 isp_put_hdr(isp, &src->req_header, &dst->req_header); in isp_put_request_t2e()
876 isp_put_hdr(isp, &src->req_header, &dst->req_header); in isp_put_request_t3()
900 isp_put_hdr(isp, &src->req_header, &dst->req_header); in isp_put_request_t3e()
923 isp_put_hdr(isp, &src->req_header, &dst->req_header); in isp_put_extended_request()
947 isp_put_hdr(isp, &src->req_header, &dst->req_header); in isp_put_request_t7()
1031 isp_put_hdr(isp, &src->req_header, &dst->req_header); in isp_put_cont_req()
1042 isp_put_hdr(isp, &src->req_header, &dst->req_header); in isp_put_cont64_req()
1054 isp_get_hdr(isp, &src->req_header, &dst->req_header); in isp_get_response()
1077 isp_get_hdr(isp, &src->req_header, &dst->req_header); in isp_get_24xx_response()
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()
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()
2152 crq->req_header.rqs_entry_type = RQSTYPE_A64_CONT; in isp_send_tgt_cmd()
2153 crq->req_header.rqs_entry_count = 1; in isp_send_tgt_cmd()
2158 crq->req_header.rqs_entry_type = RQSTYPE_DATASEG; in isp_send_tgt_cmd()
2159 crq->req_header.rqs_entry_count = 1; in isp_send_tgt_cmd()