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

/freebsd-13-stable/sys/dev/isp/
H A Disp_stds.h129 } ct_hdr_t; typedef in typeref:struct:__anon12427
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.h141 void isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *);
142 void isp_put_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *);
H A Disp.c1868 ct_hdr_t ct;
1884 isp_put_ct_hdr(isp, &ct, (ct_hdr_t *)scp);
1905 ct_hdr_t ct;
1927 isp_put_ct_hdr(isp, &ct, (ct_hdr_t *)scp);
1962 ct_hdr_t ct;
1984 isp_put_ct_hdr(isp, &ct, (ct_hdr_t *)scp);
2333 ct_hdr_t *ct = &rp.rftid_hdr;
2347 ct->ct_bcnt_resid = (sizeof (rft_id_t) - sizeof (ct_hdr_t)) >> 2;
2354 if (isp_ct_passthru(isp, chan, sizeof(rft_id_t), sizeof(ct_hdr_t))) {
2359 isp_get_ct_hdr(isp, (ct_hdr_t *) sc
[all...]
H A Dispmbox.h1134 ct_hdr_t snscb_cthdr;
1142 ct_hdr_t snscb_cthdr;
1162 ct_hdr_t snscb_cthdr;
1168 ct_hdr_t snscb_cthdr;
1174 ct_hdr_t snscb_cthdr;
1180 ct_hdr_t snscb_cthdr;
H A Disp_library.c1322 isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *src, ct_hdr_t *dst)
1341 isp_put_ct_hdr(ispsoftc_t *isp, ct_hdr_t *src, ct_hdr_t *dst)

Completed in 124 milliseconds