Searched refs:rft_id_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/isp/
H A Disp_library.h136 void isp_put_rft_id(ispsoftc_t *, rft_id_t *, rft_id_t *);
H A Disp_stds.h143 } rft_id_t; typedef in typeref:struct:__anon2794
H A Disp.c2549 rft_id_t rp;
2564 ct->ct_bcnt_resid = (sizeof (rft_id_t) - sizeof (ct_hdr_t)) >> 2;
2569 isp_put_rft_id(isp, &rp, (rft_id_t *)scp);
2571 if (isp_ct_passthru(isp, chan, sizeof(rft_id_t), sizeof(ct_hdr_t))) {
2624 isp_print_bytes(isp, "CT request", sizeof(rft_id_t), scp);
2626 if (isp_ct_passthru(isp, chan, sizeof(rft_id_t), sizeof(ct_hdr_t))) {
H A Disp_library.c1270 isp_put_rft_id(ispsoftc_t *isp, rft_id_t *src, rft_id_t *dst)

Completed in 171 milliseconds