Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
isp_library.c | 153 ispcontreq64_t *crq = (ispcontreq64_t *) storage; local in function:isp_send_cmd 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; local in function:isp_send_cmd 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; local in function:isp_send_tgt_cmd 2174 crq->req_header.rqs_entry_type = RQSTYPE_A64_CONT 2178 ispcontreq_t *crq = (ispcontreq_t *) storage; local in function:isp_send_tgt_cmd [all...] |