Lines Matching refs:req_header
155 crq->req_header.rqs_entry_type = RQSTYPE_A64_CONT; in isp_send_cmd()
156 crq->req_header.rqs_entry_count = 1; in isp_send_cmd()
161 crq->req_header.rqs_entry_type = RQSTYPE_DATASEG; in isp_send_cmd()
162 crq->req_header.rqs_entry_count = 1; in isp_send_cmd()
786 isp_put_hdr(isp, &rqsrc->req_header, &rqdst->req_header); in isp_put_request()
853 isp_put_hdr(isp, &src->req_header, &dst->req_header); in isp_put_request_t2()
876 isp_put_hdr(isp, &src->req_header, &dst->req_header); in isp_put_request_t2e()
898 isp_put_hdr(isp, &src->req_header, &dst->req_header); in isp_put_request_t3()
922 isp_put_hdr(isp, &src->req_header, &dst->req_header); in isp_put_request_t3e()
945 isp_put_hdr(isp, &src->req_header, &dst->req_header); in isp_put_extended_request()
969 isp_put_hdr(isp, &src->req_header, &dst->req_header); in isp_put_request_t7()
1053 isp_put_hdr(isp, &src->req_header, &dst->req_header); in isp_put_cont_req()
1064 isp_put_hdr(isp, &src->req_header, &dst->req_header); in isp_put_cont64_req()
1076 isp_get_hdr(isp, &src->req_header, &dst->req_header); in isp_get_response()
1099 isp_get_hdr(isp, &src->req_header, &dst->req_header); in isp_get_24xx_response()
1144 isp_get_hdr(isp, &r1src->req_header, &r1dst->req_header); in isp_get_rio1()
1145 if (r1dst->req_header.rqs_seqno > lim) { in isp_get_rio1()
1146 r1dst->req_header.rqs_seqno = lim; in isp_get_rio1()
1148 for (i = 0; i < r1dst->req_header.rqs_seqno; i++) { in isp_get_rio1()
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()
2174 crq->req_header.rqs_entry_type = RQSTYPE_A64_CONT; in isp_send_tgt_cmd()
2175 crq->req_header.rqs_entry_count = 1; in isp_send_tgt_cmd()
2180 crq->req_header.rqs_entry_type = RQSTYPE_DATASEG; in isp_send_tgt_cmd()
2181 crq->req_header.rqs_entry_count = 1; in isp_send_tgt_cmd()