Searched refs:ct_hdr_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/isp/
H A Disp_stds.h129 } ct_hdr_t; typedef in typeref:struct:__anon13387
140 ct_hdr_t rftid_hdr;
152 ct_hdr_t rspnid_hdr;
165 ct_hdr_t rffid_hdr;
179 ct_hdr_t rsnnnn_hdr;
H A Disp_library.h149 void isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *);
150 void isp_put_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *);
H A Disp.c3563 ct_hdr_t ct;
3581 isp_put_ct_hdr(isp, &ct, (ct_hdr_t *)scp);
3624 ct_hdr_t ct;
3649 isp_put_ct_hdr(isp, &ct, (ct_hdr_t *)scp);
3684 ct_hdr_t ct;
3708 isp_put_ct_hdr(isp, &ct, (ct_hdr_t *)scp);
4102 ct_hdr_t *ct = &rp.rftid_hdr;
4119 ct->ct_bcnt_resid = (sizeof (rft_id_t) - sizeof (ct_hdr_t)) >> 2;
4126 if (isp_ct_passthru(isp, chan, sizeof(rft_id_t), sizeof(ct_hdr_t))) {
4133 reqp->snscb_rblen = sizeof (ct_hdr_t) >>
[all...]
H A Dispmbox.h1649 ct_hdr_t snscb_cthdr;
1657 ct_hdr_t snscb_cthdr;
1677 ct_hdr_t snscb_cthdr;
1683 ct_hdr_t snscb_cthdr;
1689 ct_hdr_t snscb_cthdr;
1695 ct_hdr_t snscb_cthdr;
H A Disp_library.c2064 isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *src, ct_hdr_t *dst)
2083 isp_put_ct_hdr(ispsoftc_t *isp, ct_hdr_t *src, ct_hdr_t *dst)

Completed in 86 milliseconds