Lines Matching defs:crq
153 ispcontreq64_t *crq = (ispcontreq64_t *) storage;
155 crq->req_header.rqs_entry_type = RQSTYPE_A64_CONT;
156 crq->req_header.rqs_entry_count = 1;
157 dsp64 = crq->req_dataseg;
159 ispcontreq_t *crq = (ispcontreq_t *) storage;
161 crq->req_header.rqs_entry_type = RQSTYPE_DATASEG;
162 crq->req_header.rqs_entry_count = 1;
163 dsp = crq->req_dataseg;
2172 ispcontreq64_t *crq = (ispcontreq64_t *) storage;
2174 crq->req_header.rqs_entry_type = RQSTYPE_A64_CONT;
2175 crq->req_header.rqs_entry_count = 1;
2176 dsp64 = crq->req_dataseg;
2178 ispcontreq_t *crq = (ispcontreq_t *) storage;
2180 crq->req_header.rqs_entry_type = RQSTYPE_DATASEG;
2181 crq->req_header.rqs_entry_count = 1;
2182 dsp = crq->req_dataseg;