HomeSort by: relevance | last modified time | path
    Searched refs:isphdr_t (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ic/
isp_library.h 100 void isp_put_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
101 void isp_get_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
102 int isp_get_response_type(ispsoftc_t *, isphdr_t *);
ispmbox.h 322 } isphdr_t; typedef in typeref:struct:__anon2838
380 isphdr_t req_header;
395 isphdr_t mrk_header;
406 isphdr_t mrk_header;
426 isphdr_t req_header;
441 isphdr_t req_header;
456 isphdr_t req_header;
472 isphdr_t req_header;
507 isphdr_t req_header;
529 isphdr_t req_header
    [all...]
isp_target.c 167 isphdr_t *hp;
199 type = isp_get_response_type(isp, (isphdr_t *)vptr);
541 uint8_t etype = ((isphdr_t *) ap)->rqs_entry_type;
1071 if (IS_24XX(isp) && arg != NULL && (((isphdr_t *)arg)->rqs_entry_type == RQSTYPE_ATIO)) {
1115 ISP_MEMCPY(storage, arg, sizeof (isphdr_t));
1150 ISP_MEMCPY(storage, arg, sizeof (isphdr_t));
isp_library.c 76 type = ((isphdr_t *)fqe)->rqs_entry_type;
187 ((isphdr_t *)fqe)->rqs_entry_count = nqe;
739 isp_put_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst)
755 isp_get_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst)
771 isp_get_response_type(ispsoftc_t *isp, isphdr_t *hp)
2030 type = ((isphdr_t *)fqe)->rqs_entry_type;
2225 ((isphdr_t *)fqe)->rqs_entry_count = nqe;
isp.c 108 static int isp_handle_other_response(ispsoftc_t *, int, isphdr_t *, uint32_t *);
4937 isphdr_t *hp;
4944 isp_get_hdr(isp, addr, (isphdr_t *)qe);
4945 hp = (isphdr_t *)qe;
5040 isphdr_t *hp;
5048 hp = (isphdr_t *) ISP_QUEUE_ENTRY(isp->isp_result, optr);
5960 isp_handle_other_response(ispsoftc_t *isp, int type, isphdr_t *hp, uint32_t *optrp)

Completed in 32 milliseconds