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

/freebsd-13-stable/sys/dev/isp/
H A Disp_library.h102 void isp_put_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
H A Disp_library.c532 isp_put_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst) function
561 isp_put_hdr(isp, &src->mrk_header, &dst->mrk_header);
583 isp_put_hdr(isp, &src->req_header, &dst->req_header);
618 isp_put_hdr(isp, &src->tmf_header, &dst->tmf_header);
647 isp_put_hdr(isp, &src->abrt_header, &dst->abrt_header);
668 isp_put_hdr(isp, &src->req_header, &dst->req_header);
837 isp_put_hdr(isp, &src->vp_ctrl_hdr, &dst->vp_ctrl_hdr);
875 isp_put_hdr(isp, &src->vp_mod_hdr, &dst->vp_mod_hdr);
993 isp_put_hdr(isp, &src->plogx_header, &dst->plogx_header);
1067 isp_put_hdr(is
[all...]

Completed in 114 milliseconds