Searched refs:isphdr_t (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/dev/ic/ |
| H A D | ispmbox.h | 322 } isphdr_t; typedef 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 …]
|
| H A D | 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 *);
|
| H A D | isp_target.c | 167 isphdr_t *hp; in isp_target_notify() 199 type = isp_get_response_type(isp, (isphdr_t *)vptr); in isp_target_notify() 541 uint8_t etype = ((isphdr_t *) ap)->rqs_entry_type; in isp_target_put_entry() 1071 if (IS_24XX(isp) && arg != NULL && (((isphdr_t *)arg)->rqs_entry_type == RQSTYPE_ATIO)) { in isp_notify_ack() 1115 ISP_MEMCPY(storage, arg, sizeof (isphdr_t)); in isp_notify_ack() 1150 ISP_MEMCPY(storage, arg, sizeof (isphdr_t)); in isp_notify_ack()
|
| H A D | isp_library.c | 76 type = ((isphdr_t *)fqe)->rqs_entry_type; in isp_send_cmd() 187 ((isphdr_t *)fqe)->rqs_entry_count = nqe; in isp_send_cmd() 739 isp_put_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst) in isp_put_hdr() 755 isp_get_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst) in isp_get_hdr() 771 isp_get_response_type(ispsoftc_t *isp, isphdr_t *hp) in isp_get_response_type() 2030 type = ((isphdr_t *)fqe)->rqs_entry_type; in isp_send_tgt_cmd() 2225 ((isphdr_t *)fqe)->rqs_entry_count = nqe; in isp_send_tgt_cmd()
|
| H A D | isp.c | 108 static int isp_handle_other_response(ispsoftc_t *, int, isphdr_t *, uint32_t *); 4937 isphdr_t *hp; in isp_intr() 4944 isp_get_hdr(isp, addr, (isphdr_t *)qe); in isp_intr() 4945 hp = (isphdr_t *)qe; in isp_intr() 5040 isphdr_t *hp; in isp_intr() 5048 hp = (isphdr_t *) ISP_QUEUE_ENTRY(isp->isp_result, optr); in isp_intr() 5960 isp_handle_other_response(ispsoftc_t *isp, int type, isphdr_t *hp, uint32_t *optrp) in isp_handle_other_response()
|