Searched refs:isp_get_hdr (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | isp_library.c | 755 isp_get_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst) in isp_get_hdr() function 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() 1122 isp_get_hdr(isp, &src->abrt_header, &dst->abrt_header); in isp_get_24xx_abrt() 1144 isp_get_hdr(isp, &r1src->req_header, &r1dst->req_header); in isp_get_rio1() 1162 isp_get_hdr(isp, &r2src->req_header, &r2dst->req_header); in isp_get_rio2() 1354 isp_get_hdr(isp, &src->vp_ctrl_hdr, &dst->vp_ctrl_hdr); in isp_get_vp_ctrl_info() 1400 isp_get_hdr(isp, &src->vp_mod_hdr, &dst->vp_mod_hdr); in isp_get_vp_modify() 1514 isp_get_hdr(isp, &src->plogx_header, &dst->plogx_header); in isp_get_plogx() 1553 isp_get_hdr(isp, &src->ridacq_hdr, &dst->ridacq_hdr); in isp_get_ridacq() [all …]
|
| D | isp_library.h | 101 void isp_get_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
|
| D | isp.c | 4944 isp_get_hdr(isp, addr, (isphdr_t *)qe); in isp_intr() 5060 isp_get_hdr(isp, hp, &sp->req_header); in isp_intr()
|