Searched refs:isp_get_hdr (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/isp/
H A Disp_library.h102 void isp_get_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
H A Disp_library.c540 isp_get_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst) function
681 isp_get_hdr(isp, &src->req_header, &dst->req_header);
694 isp_get_hdr(isp, &src->req_header, &dst->req_header);
717 isp_get_hdr(isp, &src->abrt_header, &dst->abrt_header);
855 isp_get_hdr(isp, &src->vp_ctrl_hdr, &dst->vp_ctrl_hdr);
902 isp_get_hdr(isp, &src->vp_mod_hdr, &dst->vp_mod_hdr);
974 isp_get_hdr(isp, &src->plogx_header, &dst->plogx_header);
1013 isp_get_hdr(isp, &src->ridacq_hdr, &dst->ridacq_hdr);
1039 isp_get_hdr(isp, &src->ctp_header, &dst->ctp_header);
1723 isp_get_hdr(is
[all...]
H A Disp.c3313 isp_get_hdr(isp, hp, &sp->req_header);

Completed in 69 milliseconds