Searched refs:isp_put_hdr (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/isp/
H A Disp_library.h101 void isp_put_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
H A Disp_library.c531 isp_put_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst) function
560 isp_put_hdr(isp, &src->mrk_header, &dst->mrk_header);
582 isp_put_hdr(isp, &src->req_header, &dst->req_header);
617 isp_put_hdr(isp, &src->tmf_header, &dst->tmf_header);
646 isp_put_hdr(isp, &src->abrt_header, &dst->abrt_header);
667 isp_put_hdr(isp, &src->req_header, &dst->req_header);
836 isp_put_hdr(isp, &src->vp_ctrl_hdr, &dst->vp_ctrl_hdr);
874 isp_put_hdr(isp, &src->vp_mod_hdr, &dst->vp_mod_hdr);
992 isp_put_hdr(isp, &src->plogx_header, &dst->plogx_header);
1066 isp_put_hdr(is
[all...]

Completed in 55 milliseconds